Cleanup: enforce const-correctness in notification thread
[lttng-tools.git] / include / lttng / action / action-internal.h
index 0c862a3a2c4831634c2eccb2fde971d15f227efd..df400d5a3527588ddea04d928a0041785dae5022 100644 (file)
@@ -53,4 +53,8 @@ LTTNG_HIDDEN
 ssize_t lttng_action_create_from_buffer(const struct lttng_buffer_view *view,
                struct lttng_action **action);
 
+LTTNG_HIDDEN
+enum lttng_action_type lttng_action_get_type_const(
+               const struct lttng_action *action);
+
 #endif /* LTTNG_ACTION_INTERNAL_H */
This page took 0.023662 seconds and 4 git commands to generate.