Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Client Table Status. More...
#include <openapi_syncdb.h>
Data Fields | |
char | client_description [SYNCDB_MAX_STR_LEN] |
Brief client description. More... | |
int | client_id |
syncdb client ID of the client for which to retrieve the status | |
int | client_pid |
Linux Process ID for this client. | |
int | num_commands |
Total number of commands issued by this client. | |
int | num_table_change_events |
Total number of table-change notifications sent to the client. | |
int | num_table_purges |
Number of AVL tree purge events sent to the client. | |
Client Table Status.
Definition at line 210 of file openapi_syncdb.h.
char syncdbClientStatus_t::client_description[SYNCDB_MAX_STR_LEN] |
Brief client description.
Definition at line 213 of file openapi_syncdb.h.