X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fmain.c;h=aff833243ad968fbed03e27ffc32d52f3599bcad;hp=806848c5642bef740835aa6b7dd5872ba18ae553;hb=3b05775dd0434b4501d4d681610d876fb923e908;hpb=e785906cb00ba02483a94d5042f6e29812014ddc diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index 806848c56..aff833243 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -135,16 +135,16 @@ static struct consumer_data ustconsumer32_data = { static const struct option long_options[] = { { "client-sock", 1, 0, 'c' }, { "apps-sock", 1, 0, 'a' }, - { "kconsumerd-cmd-sock", 1, 0, 'C' }, - { "kconsumerd-err-sock", 1, 0, 'E' }, - { "ustconsumerd32-cmd-sock", 1, 0, 'G' }, - { "ustconsumerd32-err-sock", 1, 0, 'H' }, - { "ustconsumerd64-cmd-sock", 1, 0, 'D' }, - { "ustconsumerd64-err-sock", 1, 0, 'F' }, - { "consumerd32-path", 1, 0, 'u' }, - { "consumerd32-libdir", 1, 0, 'U' }, - { "consumerd64-path", 1, 0, 't' }, - { "consumerd64-libdir", 1, 0, 'T' }, + { "kconsumerd-cmd-sock", 1, 0, '\0' }, + { "kconsumerd-err-sock", 1, 0, '\0' }, + { "ustconsumerd32-cmd-sock", 1, 0, '\0' }, + { "ustconsumerd32-err-sock", 1, 0, '\0' }, + { "ustconsumerd64-cmd-sock", 1, 0, '\0' }, + { "ustconsumerd64-err-sock", 1, 0, '\0' }, + { "consumerd32-path", 1, 0, '\0' }, + { "consumerd32-libdir", 1, 0, '\0' }, + { "consumerd64-path", 1, 0, '\0' }, + { "consumerd64-libdir", 1, 0, '\0' }, { "daemonize", 0, 0, 'd' }, { "background", 0, 0, 'b' }, { "sig-parent", 0, 0, 'S' }, @@ -153,14 +153,14 @@ static const struct option long_options[] = { { "version", 0, 0, 'V' }, { "quiet", 0, 0, 'q' }, { "verbose", 0, 0, 'v' }, - { "verbose-consumer", 0, 0, 'Z' }, - { "no-kernel", 0, 0, 'N' }, + { "verbose-consumer", 0, 0, '\0' }, + { "no-kernel", 0, 0, '\0' }, { "pidfile", 1, 0, 'p' }, - { "agent-tcp-port", 1, 0, 'J' }, + { "agent-tcp-port", 1, 0, '\0' }, { "config", 1, 0, 'f' }, { "load", 1, 0, 'l' }, - { "kmod-probes", 1, 0, 'P' }, - { "extra-kmod-probes", 1, 0, 'e' }, + { "kmod-probes", 1, 0, '\0' }, + { "extra-kmod-probes", 1, 0, '\0' }, { NULL, 0, 0, 0 } };