Normalize port naming (tids_, trps_, and mons_port) and use signed int
[trust_router.git] / include / tr_config.h
index 8dc66c4..47be960 100644 (file)
@@ -76,9 +76,9 @@ typedef enum tr_cfg_rc {
 
 typedef struct tr_cfg_internal {
   unsigned int max_tree_depth;
-  unsigned int tids_port;
-  unsigned int trps_port;
-  unsigned int monitoring_port;
+  int tids_port;
+  int trps_port;
+  int mons_port;
   const char *hostname;
   int log_threshold;
   int console_threshold;