Fix: header size larger than 256 bytes
[lttng-ust.git] / liblttng-ust / lttng-ring-buffer-metadata-client.h
index 3352e1f29649cd4154d6e81ed2fd61da60f64d16..e71a0e90ded17146d7631b5d3645381dde63a3a8 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.023604 seconds and 4 git commands to generate.