#include "pStatProperties.h"
#include "pStatCollectorDef.h"
#include "pStatClient.h"
#include "config_pstats.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
int | get_current_pstat_major_version () |
Returns the current major version number of the PStats protocol. | |
int | get_current_pstat_minor_version () |
Returns the current minor version number of the PStats protocol. | |
Variables | |
const int | current_pstat_major_version = 2 |
const int | current_pstat_minor_version = 1 |
Definition in file pStatProperties.cxx.
|
Returns the current major version number of the PStats protocol. This is the version number that will be reported by clients running this code, and that will be expected by servers running this code. The major version numbers must match exactly in order for a communication to be successful. Definition at line 54 of file pStatProperties.cxx. References current_pstat_minor_version. |
|
Returns the current minor version number of the PStats protocol. This is the version number that will be reported by clients running this code, and that will be expected by servers running this code. The minor version numbers need not match exactly, but the server must be >= the client. Definition at line 78 of file pStatProperties.cxx. |
|
Definition at line 29 of file pStatProperties.cxx. |
|
Definition at line 30 of file pStatProperties.cxx. Referenced by get_current_pstat_major_version(). |