From 902f62eca99bd936afd06dc4109c3918d100d9a4 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 4 Aug 2017 16:18:31 +0200 Subject: fixed threads; fixed conn_close --- code/core/core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'code/core/core.h') diff --git a/code/core/core.h b/code/core/core.h index 2dd7951..cf4009f 100644 --- a/code/core/core.h +++ b/code/core/core.h @@ -230,8 +230,6 @@ typedef struct ECPSocket { ECPSockCTable conn; ECPTimer timer; ecp_conn_handler_new_t *conn_new; - ecp_conn_create_t *conn_create; - ecp_conn_destroy_t *conn_destroy; #ifdef ECP_WITH_PTHREAD pthread_t rcvr_thd; pthread_mutex_t mutex; -- cgit v1.2.3