Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / include / lttng / channel-internal.hpp
index d4960828ec2da0844ada398f150ef916d96a3ae0..bcf3225ed6ed3f5b7fca5a64caaee715b644c213 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef LTTNG_CHANNEL_INTERNAL_H
 #define LTTNG_CHANNEL_INTERNAL_H
 
+#include <common/error.hpp>
 #include <common/macros.hpp>
 
 struct lttng_channel_extended {
@@ -40,22 +41,19 @@ struct lttng_channel_comm {
        int64_t blocking_timeout;
 } LTTNG_PACKED;
 
-struct lttng_channel *lttng_channel_create_internal(void);
+struct lttng_channel *lttng_channel_create_internal();
 
 struct lttng_channel *lttng_channel_copy(const struct lttng_channel *src);
 
 ssize_t lttng_channel_create_from_buffer(const struct lttng_buffer_view *view,
-               struct lttng_channel **event);
+                                        struct lttng_channel **event);
 
-int lttng_channel_serialize(struct lttng_channel *channel,
-               struct lttng_dynamic_buffer *buf);
+int lttng_channel_serialize(struct lttng_channel *channel, struct lttng_dynamic_buffer *buf);
 
 void lttng_channel_set_default_extended_attr(struct lttng_domain *domain,
-               struct lttng_channel_extended *extended_attr);
+                                            struct lttng_channel_extended *extended_attr);
 
 enum lttng_error_code lttng_channels_create_and_flatten_from_buffer(
-               const struct lttng_buffer_view *view,
-               unsigned int count,
-               struct lttng_channel **channels);
+       const struct lttng_buffer_view *view, unsigned int count, struct lttng_channel **channels);
 
 #endif /* LTTNG_CHANNEL_INTERNAL_H */
This page took 0.024163 seconds and 4 git commands to generate.