summaryrefslogtreecommitdiff
path: root/src/common/socket.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-23 01:48:36 +0300
committerAndrei Karas <akaras@inbox.ru>2019-03-11 03:04:57 +0300
commit4af6f3c375f860bfb19f3ebef7ad2ec9ee18deaa (patch)
tree6cf5b5f6689130482d565ddfc04eed7dcaa688ac /src/common/socket.h
parentdd742ed655c1d6344c8ca88f86f246200da32b04 (diff)
downloadhercules-4af6f3c375f860bfb19f3ebef7ad2ec9ee18deaa.tar.gz
hercules-4af6f3c375f860bfb19f3ebef7ad2ec9ee18deaa.tar.bz2
hercules-4af6f3c375f860bfb19f3ebef7ad2ec9ee18deaa.tar.xz
hercules-4af6f3c375f860bfb19f3ebef7ad2ec9ee18deaa.zip
Move variable SOCKET_CONF_FILENAME into socket interface
Diffstat (limited to 'src/common/socket.h')
-rw-r--r--src/common/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index 01e919a89..193b22645 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -178,6 +178,7 @@ struct socket_interface {
time_t stall_time;
time_t last_tick;
+ const char *SOCKET_CONF_FILENAME;
/* */
uint32 addr_[16]; // ip addresses of local host (host byte order)
int naddr_; // # of ip addresses