Data Fields | |
| pool | p |
| char * | name |
| char * | version |
| char * | os |
This structure keeps the strings used to build a reply for a version query. Normally it is filled with collected information on the module startup, but the administrator of the server is able to overwrite all fields in the session manager configuration file.
memory pool used to build the strings in this structure
Referenced by mod_version().
| char* _mod_version_i::name |
the natural-language name of the software
Referenced by mod_version().
| char* _mod_version_i::version |
the specific version of the software
Referenced by mod_version().
| char* _mod_version_i::os |
the operating system
Referenced by mod_version().
1.5.5