00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef PSTATPROPERTIES_H
00016 #define PSTATPROPERTIES_H
00017
00018 #include "pandabase.h"
00019
00020
00021 class PStatClient;
00022 class PStatCollectorDef;
00023
00024 EXPCL_PANDA_PSTATCLIENT int get_current_pstat_major_version();
00025 EXPCL_PANDA_PSTATCLIENT int get_current_pstat_minor_version();
00026
00027 #ifdef DO_PSTATS
00028 void initialize_collector_def(const PStatClient *client, PStatCollectorDef *def);
00029 #endif // DO_PSTATS
00030
00031 #endif
00032