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

function to close all connections open at a daemon More...

Include dependency graph for daemon_close_all_connections.c:

Go to the source code of this file.

Functions

static void close_connection (struct MHD_Connection *pos)
 
void MHD_daemon_close_all_connections_ (struct MHD_Daemon *daemon)
 

Detailed Description

function to close all connections open at a daemon

Author
Christian Grothoff

Definition in file daemon_close_all_connections.c.

Function Documentation

static void close_connection ( struct MHD_Connection pos)
static