X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng_ivc%2Fsettings.py;h=e21c47b8730a492d02798ba380f412a55a950bf0;hb=efdd48dbd95ae57db1b0f2dfe5af429feee2b06d;hp=5889b19707286121bb0bc6491c5030c244212315;hpb=816f8cc1d499bc6230da6037cea51bc116d63f50;p=deliverable%2Flttng-ivc.git diff --git a/lttng_ivc/settings.py b/lttng_ivc/settings.py index 5889b19..e21c47b 100644 --- a/lttng_ivc/settings.py +++ b/lttng_ivc/settings.py @@ -18,6 +18,9 @@ apps_jul_1 = os.path.join(apps_folder, "jul-1.0") apps_jul_2 = os.path.join(apps_folder, "jul-2.0") apps_python = os.path.join(apps_folder, "python") +traces_folder = os.path.join(base_dir, "traces") +trace_lost_packet = os.path.join(traces_folder, "packet_lost_2_stream") + # Used for checksum validation project_py_file_location = os.path.join(base_dir, "utils/project.py")