GNU libmicrohttpd
0.9.62
|
function to close all connections open at a daemon More...
Go to the source code of this file.
Functions | |
void | MHD_NONNULL (1) |
function to close all connections open at a daemon
Definition in file daemon_close_all_connections.h.
void MHD_NONNULL | ( | 1 | ) |
Close all connections for the daemon. Must only be called when MHD_Daemon::shutdown was set to true.
daemon | daemon to close down |