X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;h=209a9f4eb1eba9a804b701d017f46a7598ad65fa;hb=f3b3a67b8a5a7b2e4f7637d261a9e356d233ae23;hp=df722bb249f39ef8ee28107c501a3b668998ca49;hpb=1e19c0f692117a7e1d2f00b2c434d7bd68485575;p=lttng-tools.git diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index df722bb24..209a9f4eb 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -41,6 +41,12 @@ static int opt_jul; static int opt_log4j; static char *opt_type; +#ifdef LTTNG_EMBED_HELP +static const char help_msg[] = +#include +; +#endif + enum { OPT_HELP = 1, OPT_TYPE,