less compiler warnings

This commit is contained in:
john30
2015-03-20 23:01:06 +01:00
parent f9bda91d94
commit 5da560b79a
8 changed files with 19 additions and 15 deletions
+2 -1
View File
@@ -23,6 +23,7 @@
#include "result.h"
#include "data.h"
#include "message.h"
#include <stdint.h>
/** \file main.h */
@@ -46,7 +47,7 @@ struct options
bool generateSyn; //!< enable AUTO-SYN symbol generation
bool foreground; //!< run in foreground
int port; //!< port to listen for client connections [8888]
uint16_t port; //!< port to listen for client connections [8888]
bool localOnly; //!< listen on 127.0.0.1 interface only
const char* logFile; //!< log file name [/var/log/ebusd.log]