X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng-kconsumerd.h;h=4f6fc8dc504397ddd0482dd68718caa69d3a1dd5;hb=e765105490394ee9f663c7c25d343b9146a023da;hp=fa10ee25da6ff8887c99bf194281276f046d00d0;hpb=5dc1855009c9b215a108bc56e7df64d9862c8144;p=lttng-tools.git diff --git a/include/lttng-kconsumerd.h b/include/lttng-kconsumerd.h index fa10ee25d..4f6fc8dc5 100644 --- a/include/lttng-kconsumerd.h +++ b/include/lttng-kconsumerd.h @@ -30,8 +30,8 @@ /* Commands for kconsumerd */ enum kconsumerd_command { ADD_STREAM, - UPDATE_STREAM, /* pause, delete, start depending on fd state */ - STOP, /* delete all */ + UPDATE_STREAM, /* pause, delete, active depending on fd state */ + STOP, /* inform the kconsumerd to quit when all fd has hang up */ }; /* State of each fd in consumerd */