Files
pvxs/src/instcounters.h
T
Michael Davidsaver dfbed0c850 server ExecOp timer
2021-07-17 08:22:25 -07:00

39 lines
730 B
C

/* Names of internal object instance counters.
* Included in three places in utilpvt.h and util.cpp
*/
#ifndef CASE
// for IDEs
# define CASE(NAME)
# error Must define CASE
#endif
CASE(StructTop);
CASE(UDPListener);
CASE(evbase);
CASE(evbaseRunning);
CASE(Timer);
CASE(GPROp);
CASE(Connection);
CASE(Channel);
CASE(ClientPvt);
CASE(ClientContextImpl);
CASE(InfoOp);
CASE(SubScriptionImpl);
CASE(ServerChannelControl);
CASE(ServerChan);
CASE(ServerConn);
CASE(ServerSource);
CASE(ServerPvt);
CASE(ServerIntrospect);
CASE(ServerIntrospectControl);
CASE(ServerGPR);
CASE(ServerGPRConnect);
CASE(ServerGPRExec);
CASE(MonitorOp);
CASE(ServerMonitorControl);
CASE(ServerMonitorSetup);
CASE(SharedPVImpl);
CASE(SubscriptionImpl);