common: move lttng_payload[_view] to libcommon
[lttng-tools.git] / include / lttng / action / action-internal.h
index e4c3b7b09eedfc9f98a586a02a36bf0e8d18e89d..20faea69713e050db033beeaeccbef50aca6d913 100644 (file)
@@ -12,8 +12,8 @@
 #include <common/macros.h>
 #include <common/buffer-view.h>
 #include <common/dynamic-buffer.h>
-#include <common/sessiond-comm/payload-view.h>
-#include <common/sessiond-comm/payload.h>
+#include <common/payload-view.h>
+#include <common/payload.h>
 #include <stdbool.h>
 #include <sys/types.h>
 #include <urcu/ref.h>
@@ -75,4 +75,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 */
This page took 0.023624 seconds and 4 git commands to generate.