X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Fctf%2Flttng-live%2Flttng-live-internal.h;h=10ad6607d843d8f341fff57f2bd5877a95eb0804;hp=c55d999a1ae99368efca985a2f79f2aae0b3a1e0;hb=087bc0603db40d8cd5f4fddf933f3ded4829369e;hpb=d26ef3e39739125ffce5f057acf1415deb358024 diff --git a/plugins/ctf/lttng-live/lttng-live-internal.h b/plugins/ctf/lttng-live/lttng-live-internal.h index c55d999a..10ad6607 100644 --- a/plugins/ctf/lttng-live/lttng-live-internal.h +++ b/plugins/ctf/lttng-live/lttng-live-internal.h @@ -31,6 +31,10 @@ #include #include + +#define BT_LOG_OUTPUT_LEVEL bt_lttng_live_log_level +#include + #include #include #include @@ -47,7 +51,7 @@ #define U64_STR_MAX_LEN 20 #define STREAM_NAME_MAX_LEN (sizeof(STREAM_NAME_PREFIX) + U64_STR_MAX_LEN) -extern bool lttng_live_debug; +extern int bt_lttng_live_log_level; struct lttng_live_component; struct lttng_live_session; @@ -182,7 +186,6 @@ struct lttng_live_component { struct bt_list_head sessions; GString *url; - FILE *error_fp; size_t max_query_size; struct lttng_live_component_options options;