Transfer UST exclusion names from sessiond to client
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index c38ed37458c8899edea5ee4a0fe6b486c75a53df..575fbf0194f7474662053717c29a0fcef1b2339d 100644 (file)
@@ -359,6 +359,14 @@ struct lttcomm_event_extended_header {
         * This size includes the terminal null character.
         */
        uint32_t filter_len;
+
+       /*
+        * Number of exclusion names, immediately following the filter
+        * string. Each exclusion name has a fixed length of
+        * LTTNG_SYMBOL_NAME_LEN bytes, including the terminal null
+        * character.
+        */
+       uint32_t nb_exclusions;
 } LTTNG_PACKED;
 
 /*
This page took 0.023816 seconds and 5 git commands to generate.