bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / action / list-internal.h
index ea9fc0df072d4ba80158c35d181b5bd437c9e319..3d7a5ba60f03d9b604a726347a1500259f0b166d 100644 (file)
 
 #include <common/macros.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct lttng_action;
 struct lttng_payload_view;
 struct mi_writer;
@@ -25,16 +29,13 @@ struct lttng_trigger;
  * On success, return the number of bytes consumed from `view`, and the created
  * list in `*list`. On failure, return -1.
  */
-LTTNG_HIDDEN
 extern ssize_t lttng_action_list_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_action **list);
 
-LTTNG_HIDDEN
 extern struct lttng_action *lttng_action_list_borrow_mutable_at_index(
                const struct lttng_action *list, unsigned int index);
 
-LTTNG_HIDDEN
 enum lttng_error_code lttng_action_list_mi_serialize(const struct lttng_trigger *trigger,
                const struct lttng_action *action,
                struct mi_writer *writer,
@@ -42,4 +43,8 @@ enum lttng_error_code lttng_action_list_mi_serialize(const struct lttng_trigger
                                *error_query_callbacks,
                struct lttng_dynamic_array *action_path_indexes);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_ACTION_LIST_INTERNAL_H */
This page took 0.024076 seconds and 4 git commands to generate.