Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
syncdb Client Handle. More...
#include <openapi_syncdb.h>
Data Fields | |
int | client_id |
Unique Syncdb client identifier. More... | |
pthread_mutex_t | client_lock |
Per-client semaphore. More... | |
int | cmd_socket |
Socket for sending commands to Syncdb process. More... | |
int | notify_socket |
Socket for waiting on events from Syncdb process. More... | |
int syncdbClientHandle_t::client_id |
Unique Syncdb client identifier.
Definition at line 169 of file openapi_syncdb.h.
pthread_mutex_t syncdbClientHandle_t::client_lock |
Per-client semaphore.
Definition at line 170 of file openapi_syncdb.h.
int syncdbClientHandle_t::cmd_socket |
Socket for sending commands to Syncdb process.
Definition at line 167 of file openapi_syncdb.h.
int syncdbClientHandle_t::notify_socket |
Socket for waiting on events from Syncdb process.
Definition at line 168 of file openapi_syncdb.h.