X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Fcore%2Fframework.h;fp=ntsimulator%2Fntsim-ng%2Fcore%2Fframework.h;h=d5a93e7a08aea0594cd1988b51a29cf36dc0d572;hb=32ee75567ef99fe24669b282297353eb1b6dd4f7;hp=21ea844a309bef1b397a9d6d50f26a79b181044e;hpb=338a7e9c4ad76118e73cfda7bc6241d628e1c925;p=sim%2Fo1-interface.git diff --git a/ntsimulator/ntsim-ng/core/framework.h b/ntsimulator/ntsim-ng/core/framework.h index 21ea844..d5a93e7 100644 --- a/ntsimulator/ntsim-ng/core/framework.h +++ b/ntsimulator/ntsim-ng/core/framework.h @@ -82,7 +82,7 @@ typedef struct { bool no_rand; unsigned int fixed_seed; int verbosity_level; - + bool print_root_paths; char *print_structure_xpath; } framework_arguments_t; @@ -205,7 +205,7 @@ typedef struct { int preg_running_count; char **preg_running; - } datastore_populate; + } datastore_populate; } framework_config_t; extern framework_arguments_t framework_arguments;