X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fchannel-internal.hpp;h=bcf3225ed6ed3f5b7fca5a64caaee715b644c213;hb=13d03b1e7e910dc0197275764efb6caeed6642aa;hp=4a7a53bb43820bc5088349db2ad72463033d24ce;hpb=cd9adb8b829564212158943a0d279bb35322ab30;p=lttng-tools.git diff --git a/include/lttng/channel-internal.hpp b/include/lttng/channel-internal.hpp index 4a7a53bb4..bcf3225ed 100644 --- a/include/lttng/channel-internal.hpp +++ b/include/lttng/channel-internal.hpp @@ -8,6 +8,7 @@ #ifndef LTTNG_CHANNEL_INTERNAL_H #define LTTNG_CHANNEL_INTERNAL_H +#include #include struct lttng_channel_extended { @@ -45,17 +46,14 @@ 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 */