GNU libmicrohttpd  0.9.29
MHD_DaemonInfo Union Reference

#include <microhttpd.h>

Data Fields

size_t key_size
 
size_t mac_key_size
 
MHD_socket listen_fd
 
unsigned int num_connections
 

Detailed Description

Information about an MHD daemon.

Definition at line 2407 of file microhttpd.h.

Field Documentation

size_t MHD_DaemonInfo::key_size

Size of the key, no longer supported.

Definition at line 2413 of file microhttpd.h.

MHD_socket MHD_DaemonInfo::listen_fd

Listen socket file descriptor, for MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY and MHD_DAEMON_INFO_LISTEN_FD.

Definition at line 2425 of file microhttpd.h.

size_t MHD_DaemonInfo::mac_key_size

Size of the mac key, no longer supported.

Definition at line 2419 of file microhttpd.h.

unsigned int MHD_DaemonInfo::num_connections

Number of active connections, for MHD_DAEMON_INFO_CURRENT_CONNECTIONS.

Definition at line 2430 of file microhttpd.h.


The documentation for this union was generated from the following file: