summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index da175309..1f4b757c 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -296,7 +296,6 @@ typedef struct {
296 uint16_t port; 296 uint16_t port;
297 /* Our UDP socket. */ 297 /* Our UDP socket. */
298 sock_t sock; 298 sock_t sock;
299 uint64_t send_fail_eagain;
300} Networking_Core; 299} Networking_Core;
301 300
302/* Run this before creating sockets. 301/* Run this before creating sockets.