From 2a36bfedbde85c3294f1197e4e904b6665da1b9f Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 12 Mar 2018 16:08:08 +0100 Subject: [PATCH] update socket --- src/include/networksocket.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/networksocket.h b/src/include/networksocket.h index 7150231..4ab5a23 100644 --- a/src/include/networksocket.h +++ b/src/include/networksocket.h @@ -3,8 +3,6 @@ #include -// TODO: Add some comments - pthread_mutex_t send_mutex; int init_socket_runopts(const char *_ip, int _port, int _multicast_socket);