NCBI C++ ToolKit
|
Search Toolkit Book for SHINFO_Params
Host parameters. More...
#include <connect/ncbi_host_info.h>
Public Attributes | |
TNcbiArch | arch |
Architecture ID, see enum, 0=unknown. More... | |
TNcbiCapacity | bits |
Platform bitness, 32/64/32+64/0=unknown. More... | |
TNcbiOSType | ostype |
OS type ID, see enum, 0=unknown. More... | |
struct { | |
unsigned short SHINFO_Params::major | |
unsigned short SHINFO_Params::minor | |
unsigned short SHINFO_Params::patch | |
} | kernel |
Kernel/OS version #, if available. More... | |
size_t | pgsize |
Hardware page size in bytes, if known. More... | |
TNCBI_Time | bootup |
System boot time, time_t-compatible. More... | |
TNCBI_Time | startup |
LBSMD start time, time_t-compatible. More... | |
struct { | |
unsigned short SHINFO_Params::major | |
unsigned short SHINFO_Params::minor | |
unsigned short SHINFO_Params::patch | |
} | daemon |
LBSMD daemon version. More... | |
unsigned short | svcpack |
Kernel service pack (Hi=major, Lo=minor) More... | |
Host parameters.
Definition at line 178 of file ncbi_host_info.h.