X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Factions%2Fgroup.c;h=31c6f456ebcdf2c11c3e0da702f5733befd13eac;hb=refs%2Fheads%2Fsow-2020-0002-rev1;hp=f5720741598af8c1288c1a383e38f3bd7c9be6e0;hpb=3a4595c2469472dee1656cde5f8882c2123efd3c;p=deliverable%2Flttng-tools.git diff --git a/src/common/actions/group.c b/src/common/actions/group.c index f57207415..31c6f456e 100644 --- a/src/common/actions/group.c +++ b/src/common/actions/group.c @@ -16,7 +16,7 @@ #include #define IS_GROUP_ACTION(action) \ - (lttng_action_get_type_const(action) == LTTNG_ACTION_TYPE_GROUP) + (lttng_action_get_type(action) == LTTNG_ACTION_TYPE_GROUP) struct lttng_action_group { struct lttng_action parent;