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

function to close all connections open at a daemon 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

function to close all connections open at a daemon

Author
Christian Grothoff

Definition in file daemon_close_all_connections.h.

Function Documentation

void MHD_NONNULL ( )

Close all connections for the daemon. Must only be called when MHD_Daemon::shutdown was set to true.

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