X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=616f3cd97789c5924e6d64ec7762d687fbaca5e5;hb=0c89d7959f4af7a2b39e925b2e8dc3a8954ccfa5;hp=7a3d59c9f09927580829ef825c43e1fc8ee2c8c4;hpb=ecc48a904cc7c419fd1400afaa9ccb93be490cdd;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 7a3d59c9f..616f3cd97 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -182,6 +182,7 @@ /* 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 @@ -222,6 +223,7 @@ /* 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;