X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Factions%2Faction.cpp;fp=src%2Fcommon%2Factions%2Faction.cpp;h=bc9e3580a769632f6f09000eb05318d84501bc24;hp=74dec1247468324df9c42d57ccff7567a740c697;hb=0114db0ec2407029052eb61a0189c9b1cd64d520;hpb=3691d312bcf4dc2cc15f0ecb1f0e2fd2f34315b8 diff --git a/src/common/actions/action.cpp b/src/common/actions/action.cpp index 74dec1247..bc9e3580a 100644 --- a/src/common/actions/action.cpp +++ b/src/common/actions/action.cpp @@ -73,7 +73,7 @@ static void action_destroy_ref(struct urcu_ref *ref) { struct lttng_action *action = - container_of(ref, struct lttng_action, ref); + lttng::utils::container_of(ref, <tng_action::ref); action->destroy(action); }