Merge pull request #92 from painless-security/jennifer/reduce_logging
[trust_router.git] / include / tr_config.h
index 9077607..51b98ef 100644 (file)
@@ -84,9 +84,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;