|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
syncdb Client Handle. More...
#include <openapi_syncdb.h>
Data Fields | |
| int | client_id |
| Unique Syncdb client identifier. | |
| pthread_mutex_t | client_lock |
| Per-client semaphore. | |
| int | cmd_socket |
| Socket for sending commands to Syncdb process. | |
| int | notify_socket |
| Socket for waiting on events from Syncdb process. | |
| 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.