summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_server.h')
-rw-r--r--toxcore/TCP_server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/TCP_server.h b/toxcore/TCP_server.h
index fc8c234b..7fd4d976 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -25,6 +25,7 @@
25 25
26#include "crypto_core.h" 26#include "crypto_core.h"
27#include "onion.h" 27#include "onion.h"
28#include "list.h"
28 29
29#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__MACH__) 30#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__MACH__)
30#define MSG_NOSIGNAL 0 31#define MSG_NOSIGNAL 0
@@ -110,6 +111,8 @@ typedef struct {
110 uint32_t num_accepted_connections; 111 uint32_t num_accepted_connections;
111 112
112 uint64_t counter; 113 uint64_t counter;
114
115 LIST accepted_key_list;
113} TCP_Server; 116} TCP_Server;
114 117
115/* Create new TCP server instance. 118/* Create new TCP server instance.