Cleanup: use "char" type for padding
[lttng-ust.git] / libringbuffer / backend.h
index 4ecbfe53886a28bb36a2b6c46eeea59702a84a18..bced86d96885950e4842a7c394508e86960a978c 100644 (file)
@@ -137,7 +137,7 @@ size_t lib_ring_buffer_do_strcpy(const struct lttng_ust_lib_ring_buffer_config *
 static inline __attribute__((always_inline))
 void lib_ring_buffer_strcpy(const struct lttng_ust_lib_ring_buffer_config *config,
                           struct lttng_ust_lib_ring_buffer_ctx *ctx,
-                          const char *src, size_t len, int pad)
+                          const char *src, size_t len, char pad)
 {
        struct channel_backend *chanb = &ctx->chan->backend;
        struct lttng_ust_shm_handle *handle = ctx->handle;
This page took 0.023733 seconds and 4 git commands to generate.