From 55364a819692d63080d23e6dc30daf38f02f5524 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 9 Sep 2017 12:49:56 +0200 Subject: msgq minor fix --- code/core/msgq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/core/msgq.h') diff --git a/code/core/msgq.h b/code/core/msgq.h index a98ae18..41e819b 100644 --- a/code/core/msgq.h +++ b/code/core/msgq.h @@ -18,7 +18,7 @@ typedef struct ECPConnMsgQ { 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_start(ECPConnMsgQ *msgq, ecp_seq_t seq); int ecp_conn_msgq_push(struct ECPConnection *conn, ecp_seq_t seq, unsigned char mtype); ssize_t ecp_conn_msgq_pop(struct ECPConnection *conn, unsigned char mtype, unsigned char *msg, size_t msg_size, ecp_cts_t timeout); -- cgit v1.2.3