actions: Expose lttng_action_type_string internally
[lttng-tools.git] / src / common / actions / action.c
index a0347a34c66ee53abd7b1851bdc362b3fffe2c78..11b3c5501dace3d515f5f4d3759a0e2acf61bc93 100644 (file)
@@ -15,7 +15,8 @@
 #include <lttng/action/start-session-internal.h>
 #include <lttng/action/stop-session-internal.h>
 
-static const char *lttng_action_type_string(enum lttng_action_type action_type)
+LTTNG_HIDDEN
+const char *lttng_action_type_string(enum lttng_action_type action_type)
 {
        switch (action_type) {
        case LTTNG_ACTION_TYPE_UNKNOWN:
This page took 0.023678 seconds and 4 git commands to generate.