summaryrefslogtreecommitdiff
path: root/network_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_data.h')
-rw-r--r--network_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/network_data.h b/network_data.h
index e68e61d3a..b74b56d0f 100644
--- a/network_data.h
+++ b/network_data.h
@@ -170,6 +170,8 @@ typedef enum {
CommandPacket *_local_command_queue;
SOCKET _udp_client_socket; // udp client socket
+SOCKET _udp_server_socket; // udp server socket
+SOCKET _udp_master_socket; // udp master socket
// Here we keep track of the clients
// (and the client uses [0] for his own communication)