summaryrefslogtreecommitdiff
path: root/code/core/msgq.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2017-09-09 12:43:40 +0200
committerUros Majstorovic <majstor@majstor.org>2017-09-09 12:43:40 +0200
commit4e0c427c546a6d664642f68cc6d11f879c537d29 (patch)
treeac436ce8da05c52ee1e0e1b1a7bad1f4008c8afe /code/core/msgq.h
parent8d3e76d078cf1fd9d295391735ca4208eaa5f3de (diff)
fragments test added
Diffstat (limited to 'code/core/msgq.h')
-rw-r--r--code/core/msgq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/core/msgq.h b/code/core/msgq.h
index dd0b9a8..a98ae18 100644
--- a/code/core/msgq.h
+++ b/code/core/msgq.h
@@ -16,8 +16,8 @@ typedef struct ECPConnMsgQ {
pthread_mutex_t mutex;
} ECPConnMsgQ;
-int ecp_conn_msgq_create(struct ECPConnection *conn);
-void ecp_conn_msgq_destroy(struct ECPConnection *conn);
+int ecp_conn_msgq_create(ECPConnMsgQ *msgq);
+void ecp_conn_msgq_destroy(ECPConnMsgQ *msgq);
int ecp_conn_msgq_start(struct ECPConnection *conn, ecp_seq_t seq);
int ecp_conn_msgq_push(struct ECPConnection *conn, ecp_seq_t seq, unsigned char mtype);