mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
SOLO_AGENT_TYPES needs a defined size
This commit is contained in:
parent
ceefda8ce1
commit
3344016212
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
const int MAX_PACKET_SIZE = 1500;
|
||||
const unsigned int AGENT_SOCKET_LISTEN_PORT = 40103;
|
||||
const int AGENT_SILENCE_THRESHOLD_USECS = 2 * 1000000;
|
||||
extern const char SOLO_AGENT_TYPES[];
|
||||
extern const char SOLO_AGENT_TYPES[3];
|
||||
|
||||
extern char DOMAIN_HOSTNAME[];
|
||||
extern char DOMAIN_IP[100]; // IP Address will be re-set by lookup on startup
|
||||
|
|
Loading…
Reference in a new issue