action: Mark parameter of lttng_action_get_type as const
[lttng-tools.git] / src / common / actions / snapshot-session.c
index 667166770d30839c2ee13c066e70e1deb09223fb..ccf54dc772eeff3c01049b2202ec6842373d6669 100644 (file)
@@ -19,7 +19,7 @@
 #include <inttypes.h>
 
 #define IS_SNAPSHOT_SESSION_ACTION(action) \
-       (lttng_action_get_type_const(action) == LTTNG_ACTION_TYPE_SNAPSHOT_SESSION)
+       (lttng_action_get_type(action) == LTTNG_ACTION_TYPE_SNAPSHOT_SESSION)
 
 struct lttng_action_snapshot_session {
        struct lttng_action parent;
This page took 0.023563 seconds and 4 git commands to generate.