Add deserialization of condition class
[lttng-tools.git] / include / lttng / condition / condition-internal.h
index 62df6c1e812d49949f4fda6a3efc25eb5bb7ca10..1c8f100e91a700b1768d598fc8e62a2edd3428e2 100644 (file)
@@ -35,12 +35,17 @@ struct lttng_condition {
 };
 
 struct lttng_condition_comm {
+       /* enum lttng_condition_type */
        int8_t condition_type;
 };
 
 LTTNG_HIDDEN
 bool lttng_condition_validate(struct lttng_condition *condition);
 
+LTTNG_HIDDEN
+ssize_t lttng_condition_create_from_buffer(const char *buf,
+               struct lttng_condition **condition);
+
 LTTNG_HIDDEN
 ssize_t lttng_condition_serialize(struct lttng_condition *action, char *buf);
 
This page took 0.026197 seconds and 5 git commands to generate.