SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / include / lttng / condition / condition-internal.h
index 60686d29f8a8c96b7c0209170690b20114409ef9..2eaf9292f5165fdbb34d9fef41e759db53e51b95 100644 (file)
@@ -21,7 +21,8 @@ typedef void (*condition_destroy_cb)(struct lttng_condition *condition);
 typedef bool (*condition_validate_cb)(const struct lttng_condition *condition);
 typedef int (*condition_serialize_cb)(
                const struct lttng_condition *condition,
-               struct lttng_dynamic_buffer *buf);
+               struct lttng_dynamic_buffer *buf,
+               int *fd_to_send);
 typedef bool (*condition_equal_cb)(const struct lttng_condition *a,
                const struct lttng_condition *b);
 typedef ssize_t (*condition_create_from_buffer_cb)(
@@ -56,10 +57,14 @@ ssize_t lttng_condition_create_from_buffer(
 
 LTTNG_HIDDEN
 int lttng_condition_serialize(const struct lttng_condition *condition,
-               struct lttng_dynamic_buffer *buf);
+               struct lttng_dynamic_buffer *buf,
+               int *fd_to_send);
 
 LTTNG_HIDDEN
 bool lttng_condition_is_equal(const struct lttng_condition *a,
                const struct lttng_condition *b);
 
+LTTNG_HIDDEN
+const char *lttng_condition_type_str(enum lttng_condition_type type);
+
 #endif /* LTTNG_CONDITION_INTERNAL_H */
This page took 0.024094 seconds and 5 git commands to generate.