Return to aitrpc.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc |
version 1.7.2.1, 2012/05/11 08:46:41 | version 1.7.2.2, 2012/05/11 08:49:43 |
---|---|
Line 213 typedef struct { | Line 213 typedef struct { |
rpc_cli_t *clients; // connected blob client sockets | rpc_cli_t *clients; // connected blob client sockets |
rpc_blob_t *blobs; // registered blob variables list | rpc_blob_t *blobs; // registered blob variables list |
pthread_mutex_t mtx; | |
} srv_blob; | } srv_blob; |
} rpc_srv_t; | } rpc_srv_t; |