When listing events, show exclusions if they exist
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index 69dfda6a3bf384813cc62189c2299348e12929b5..d00bf1e3bdde5acb6ff81c650c571304f38a66ef 100644 (file)
@@ -305,6 +305,9 @@ static int list_lttng_ust_global_events(char *channel_name,
                if (uevent->filter) {
                        tmp[i].filter = 1;
                }
+               if (uevent->exclusion) {
+                       tmp[i].exclusion = 1;
+               }
                i++;
        }
 
This page took 0.024098 seconds and 5 git commands to generate.