Various fixes for prototype branch
[lttng-tools.git] / include / lttng / trigger / trigger-internal.h
index 4d90fe84fcdfb6322b34342cf768d70bdf32a332..5f37057b814b9509d8d74c2f45f17dd18b4e605d 100644 (file)
@@ -32,8 +32,10 @@ struct lttng_trigger {
 };
 
 struct lttng_trigger_comm {
-       /* len excludes its own length. */
-       uint32_t len;
+       /* length excludes its own length. */
+       uint32_t length;
+       /* A condition and action object follow. */
+       char payload[];
 } LTTNG_PACKED;
 
 LTTNG_HIDDEN
This page took 0.023567 seconds and 5 git commands to generate.