Fix: header size larger than 256 bytes
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ring-buffer-client.h
index 70235b8a812508bebdee4c456a312a8f0ce6a4dc..3f1e2656437a13b20d4fcbfd8f2b429622b83c78 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.024933 seconds and 5 git commands to generate.