Fix: header size larger than 256 bytes
[lttng-modules.git] / lttng-ring-buffer-client.h
index 4fffab981affbd2064bc2724bb03eabe67f0acc5..e882f4936316eb95e9bbc3a74dc64c89bec00133 100644 (file)
@@ -124,7 +124,7 @@ void ctx_record(struct lib_ring_buffer_ctx *bufctx,
  * contains.
  */
 static __inline__
-unsigned char record_header_size(const struct lib_ring_buffer_config *config,
+size_t record_header_size(const struct lib_ring_buffer_config *config,
                                 struct channel *chan, size_t offset,
                                 size_t *pre_header_padding,
                                 struct lib_ring_buffer_ctx *ctx)
This page took 0.023066 seconds and 4 git commands to generate.