#include <nsd.h>
Data Fields | |
| char * | argv0 |
| char * | nsd |
| char * | name |
| char * | version |
| char * | home |
| char * | config |
| char * | build |
| int | pid |
| time_t | boot_t |
| char | hostname [255] |
| char | address [16] |
| int | shutdowntimeout |
| int | backlog |
| int | debug |
| struct { | |
| Ns_Mutex lock | |
| Ns_Cond cond | |
| int started | |
| int stopping | |
| } | state |
| struct { | |
| unsigned int major | |
| unsigned int minor | |
| } | http |
| struct { | |
| int maxelapsed | |
| } | sched |
| struct { | |
| char * sharedlibrary | |
| char * version | |
| bool lockoninit | |
| } | tcl |
| char* _nsconf::argv0 |
| char* _nsconf::nsd |
| char* _nsconf::name |
| char* _nsconf::version |
| char* _nsconf::home |
| char* _nsconf::config |
| char* _nsconf::build |
| int _nsconf::pid |
| time_t _nsconf::boot_t |
| char _nsconf::hostname[255] |
| char _nsconf::address[16] |
| int _nsconf::backlog |
| int _nsconf::debug |
| Ns_Mutex _nsconf::lock |
| Ns_Cond _nsconf::cond |
| int _nsconf::started |
| struct { ... } _nsconf::state |
The following struct maintains server state.
| unsigned int _nsconf::major |
| unsigned int _nsconf::minor |
| struct { ... } _nsconf::http |
The following struct is the maximum HTTP major/minor version supported.
| struct { ... } _nsconf::sched |
| char* _nsconf::sharedlibrary |
| char* _nsconf::version |
| struct { ... } _nsconf::tcl |
1.5.1