diff options
Diffstat (limited to 'src/common/socket.h')
-rw-r--r-- | src/common/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/socket.h b/src/common/socket.h index b02e83d36..1328d4b23 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -94,7 +94,7 @@ struct socket_data void* session_data; // stores application-specific data related to the session }; -static size_t socket_max_client_packet; +extern size_t socket_max_client_packet; // Data prototype declaration |