In file request.c:

void free_request(request ** list_head_addr, request * req)

Deallocates memory for a finished request and closes down socket

Documentation

Deallocates memory for a finished request and closes down socket. Also handles pipelined requests by placing a new request on request_{ready,block} as appropriate. Old request always ends up on request_free.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.