Cleanup: use "char" type for padding
[lttng-ust.git] / libringbuffer / backend_internal.h
index 60c97d42ec29d4c9080dcc6ed075f87527a7422e..3bd588b9f891a6f500f38e79f21b5d5a65741b3a 100644 (file)
@@ -14,7 +14,8 @@
 #include <unistd.h>
 #include <urcu/compiler.h>
 
-#include <lttng/ringbuffer-config.h>
+#include <lttng/ringbuffer-context.h>
+#include "ringbuffer-config.h"
 #include "backend_types.h"
 #include "frontend_types.h"
 #include "shm.h"
@@ -634,7 +635,7 @@ do {                                                                \
  * write len bytes to dest with c
  */
 static inline
-void lib_ring_buffer_do_memset(char *dest, int c, unsigned long len)
+void lib_ring_buffer_do_memset(char *dest, char c, unsigned long len)
 {
        unsigned long i;
 
This page took 0.023777 seconds and 4 git commands to generate.