summaryrefslogtreecommitdiff
path: root/src/ipcpd/ipcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/ipcp.h')
-rw-r--r--src/ipcpd/ipcp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h
index a64ab65c..581ca5e3 100644
--- a/src/ipcpd/ipcp.h
+++ b/src/ipcpd/ipcp.h
@@ -80,7 +80,16 @@ struct ipcp {
int sockfd;
char * sock_path;
+
pthread_t * threadpool;
+
+ struct bmp * thread_ids;
+ size_t max_threads;
+ size_t threads;
+ pthread_cond_t threads_cond;
+ pthread_mutex_t threads_lock;
+
+ pthread_t tpm;
} ipcpi;
int ipcp_init(int argc,