vpcd: added real thread safety

This commit is contained in:
Frank Morgner
2014-03-28 07:08:31 +01:00
parent ac3b70f4d1
commit 0aec0e4d31
10 changed files with 531 additions and 47 deletions

View File

@@ -31,6 +31,7 @@ struct vicc_ctx {
int client_sock;
char *hostname;
unsigned short port;
void *io_lock;
};
#ifdef __cplusplus