Fix: header size larger than 256 bytes
[lttng-ust.git] / liblttng-ust / lttng-ring-buffer-client.h
index 7dfb144d1f99e3ef8055384366535a3afcdcee02..e6bdd1d148779c93ec9ab63c500ec279e5af4d86 100644 (file)
@@ -110,7 +110,7 @@ void ctx_record(struct lttng_ust_lib_ring_buffer_ctx *bufctx,
  * contains.
  */
 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.024917 seconds and 4 git commands to generate.