summaryrefslogtreecommitdiff
path: root/code/core/core.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2017-08-04 16:18:31 +0200
committerUros Majstorovic <majstor@majstor.org>2017-08-04 16:18:31 +0200
commit902f62eca99bd936afd06dc4109c3918d100d9a4 (patch)
tree3c6be770370e241629a5df01a7aafba43501941e /code/core/core.h
parentf33714d52452dd19781785ca3cdf3cbd2cce6212 (diff)
fixed threads; fixed conn_close
Diffstat (limited to 'code/core/core.h')
-rw-r--r--code/core/core.h2
1 files changed, 0 insertions, 2 deletions
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;