GNU libmicrohttpd  0.9.62
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
connection_cleanup.h File Reference

functions to cleanup completed connection More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MHD_NONNULL (1)
 

Detailed Description

functions to cleanup completed connection

Author
Christian Grothoff

Definition in file connection_cleanup.h.

Function Documentation

void MHD_NONNULL ( )

Free resources associated with all closed connections. (destroy responses, free buffers, etc.). All closed connections are kept in the "cleanup" doubly-linked list.

Remarks
To be called only from thread that process daemon's select()/poll()/etc.
Parameters
daemondaemon to clean up