Implement the relayd live features
[lttng-tools.git] / src / common / defaults.h
index 7a3d59c9f09927580829ef825c43e1fc8ee2c8c4..616f3cd97789c5924e6d64ec7762d687fbaca5e5 100644 (file)
 /* Default network ports for trace streaming support */
 #define DEFAULT_NETWORK_CONTROL_PORT        5342
 #define DEFAULT_NETWORK_DATA_PORT           5343
+#define DEFAULT_NETWORK_VIEWER_PORT         5344
 
 /*
  * If a thread stalls for this amount of time, it will be considered bogus (bad
 
 /* Suffix of an index file. */
 #define DEFAULT_INDEX_FILE_SUFFIX                      ".idx"
+#define DEFAULT_INDEX_DIR                                      "index"
 
 extern size_t default_channel_subbuf_size;
 extern size_t default_metadata_subbuf_size;
This page took 0.02331 seconds and 4 git commands to generate.