GNU libmicrohttpd  0.9.29
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
MHD_DaemonInfo Union Reference

#include <microhttpd.h>

Data Fields

size_t key_size
 
size_t mac_key_size
 
MHD_socket listen_fd
 

Detailed Description

Information about an MHD daemon.

Definition at line 2249 of file microhttpd.h.

Field Documentation

size_t MHD_DaemonInfo::key_size

Size of the key.

Definition at line 2255 of file microhttpd.h.

MHD_socket MHD_DaemonInfo::listen_fd

Listen socket file descriptor

Definition at line 2266 of file microhttpd.h.

size_t MHD_DaemonInfo::mac_key_size

Size of the mac key.

Definition at line 2261 of file microhttpd.h.


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