Fix: header size larger than 256 bytes
[lttng-ust.git] / liblttng-ust / lttng-ring-buffer-metadata-client.h
index ed8db359fa1a089563ec09652b8b2e167d959bf5..f3c4a67c8843ea0e9514ff994e04ed16ef979c08 100644 (file)
@@ -52,7 +52,7 @@ static inline uint64_t lib_ring_buffer_clock_read(struct channel *chan)
 }
 
 static inline
-unsigned char record_header_size(const struct lttng_ust_lib_ring_buffer_config *config,
+size_t record_header_size(const struct lttng_ust_lib_ring_buffer_config *config,
                                 struct channel *chan, size_t offset,
                                 size_t *pre_header_padding,
                                 struct lttng_ust_lib_ring_buffer_ctx *ctx)
This page took 0.023885 seconds and 4 git commands to generate.