handle stats values in nodes server. added missing code.
This commit is contained in:
@@ -34,6 +34,18 @@
|
||||
|
||||
|
||||
|
||||
#define AQH_ENDPOINT_VID_STATS_PACKETS_IN 0xe0
|
||||
#define AQH_ENDPOINT_VID_STATS_PACKETS_OUT 0xe1
|
||||
#define AQH_ENDPOINT_VID_STATS_ERRS_CONTENT 0xe2
|
||||
#define AQH_ENDPOINT_VID_STATS_ERRS_IO 0xe3
|
||||
#define AQH_ENDPOINT_VID_STATS_ERRS_NOBUF 0xe4
|
||||
#define AQH_ENDPOINT_VID_STATS_ERRS_COLLISIONS 0xe5
|
||||
#define AQH_ENDPOINT_VID_STATS_ERRS_BUSY 0xe6
|
||||
#define AQH_ENDPOINT_VID_STATS_HEAP_USED 0xe7
|
||||
#define AQH_ENDPOINT_VID_STATS_HEAP_FREE 0xe8
|
||||
|
||||
|
||||
|
||||
AQH_OBJECT *AQH_NodeServer_new(AQH_EVENT_LOOP *eventLoop);
|
||||
int AQH_NodeServer_Init(AQH_OBJECT *o, int argc, char **argv);
|
||||
void AQH_NodeServer_Fini(AQH_OBJECT *o);
|
||||
|
||||
Reference in New Issue
Block a user