A structure for all running Httpds. More...
Data Fields | |
| struct MhdHttpList * | prev | 
| DLL for httpds.   | |
| struct MhdHttpList * | next | 
| DLL for httpds.   | |
| char * | domain | 
| the domain name to server (only important for TLS)   | |
| struct MHD_Daemon * | daemon | 
| The daemon handle.   | |
| struct ProxyGNSCertificate * | proxy_cert | 
| Optional proxy certificate used.   | |
| struct GNUNET_SCHEDULER_Task * | httpd_task | 
| The task ID.   | |
| int | is_ssl | 
| is this an ssl daemon?   | |
A structure for all running Httpds.
Definition at line 337 of file gnunet-gns-proxy.c.
| struct MhdHttpList* MhdHttpList::prev | 
DLL for httpds.
Definition at line 342 of file gnunet-gns-proxy.c.
| struct MhdHttpList* MhdHttpList::next | 
DLL for httpds.
Definition at line 347 of file gnunet-gns-proxy.c.
Referenced by lookup_ssl_httpd().
| char* MhdHttpList::domain | 
the domain name to server (only important for TLS)
Definition at line 352 of file gnunet-gns-proxy.c.
Referenced by kill_httpd(), and lookup_ssl_httpd().
| struct MHD_Daemon* MhdHttpList::daemon | 
The daemon handle.
Definition at line 357 of file gnunet-gns-proxy.c.
Referenced by do_httpd(), kill_httpd(), lookup_ssl_httpd(), run(), schedule_httpd(), and setup_data_transfer().
| struct ProxyGNSCertificate* MhdHttpList::proxy_cert | 
Optional proxy certificate used.
Definition at line 362 of file gnunet-gns-proxy.c.
Referenced by kill_httpd(), and lookup_ssl_httpd().
| struct GNUNET_SCHEDULER_Task* MhdHttpList::httpd_task | 
The task ID.
Definition at line 367 of file gnunet-gns-proxy.c.
Referenced by do_httpd(), kill_httpd(), kill_httpd_task(), run_mhd_now(), and schedule_httpd().
| int MhdHttpList::is_ssl | 
is this an ssl daemon?
Definition at line 372 of file gnunet-gns-proxy.c.
Referenced by lookup_ssl_httpd().