In file request.c:

request* new_request(void)

Obtains a request struct off the free list, or if the free list is empty, allocates memory

Documentation

Obtains a request struct off the free list, or if the free list is empty, allocates memory.
Returns:
pointer to initialized request

Alphabetic index Hierarchy of classes



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