X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Faction-internal.h;h=9e43a34d026491726e064acc6bede25bf3e92b88;hp=e4c3b7b09eedfc9f98a586a02a36bf0e8d18e89d;hb=2463b7879c00298daa79744cdaae82ac061a4ed8;hpb=c852ce4e1d4ab0028ecee333a3ffc83de32f44bf diff --git a/include/lttng/action/action-internal.h b/include/lttng/action/action-internal.h index e4c3b7b09..9e43a34d0 100644 --- a/include/lttng/action/action-internal.h +++ b/include/lttng/action/action-internal.h @@ -12,8 +12,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include @@ -61,10 +61,6 @@ LTTNG_HIDDEN ssize_t lttng_action_create_from_payload(struct lttng_payload_view *view, struct lttng_action **action); -LTTNG_HIDDEN -enum lttng_action_type lttng_action_get_type_const( - const struct lttng_action *action); - LTTNG_HIDDEN bool lttng_action_is_equal(const struct lttng_action *a, const struct lttng_action *b); @@ -75,4 +71,7 @@ void lttng_action_get(struct lttng_action *action); LTTNG_HIDDEN void lttng_action_put(struct lttng_action *action); +LTTNG_HIDDEN +const char* lttng_action_type_string(enum lttng_action_type action_type); + #endif /* LTTNG_ACTION_INTERNAL_H */