Simulate buffer usage in notification thread
[lttng-tools.git] / include / lttng / condition / evaluation-internal.h
index c17049f1caf725b4a95c692e71c60a3c389d79c0..e73411d5c844e162602b6174d0378ae902afdeb6 100644 (file)
 
 typedef void (*evaluation_destroy_cb)(struct lttng_evaluation *evaluation);
 
+struct lttng_evaluation_comm {
+       /* enum lttng_condition_type type */
+       int8_t type;
+} LTTNG_PACKED;
+
 struct lttng_evaluation {
        enum lttng_condition_type type;
        evaluation_destroy_cb destroy;
This page took 0.02482 seconds and 5 git commands to generate.