update for v2.6.17
[lttv.git] / ltt-usertrace / ltt / ltt-usertrace-fast.h
index d3fac6dad587a34ca736afeda5a3db78b78a2113..bfca0c10d5b994b4df5292bb02c7481e8ea1a865 100644 (file)
@@ -15,7 +15,6 @@
 #include <pthread.h>
 #include <stdint.h>
 #include <syscall.h>
-#include <asm/timex.h>
 #include <semaphore.h>
 #include <signal.h>
 
@@ -349,7 +348,7 @@ static inline void * __attribute__((no_instrument_function)) ltt_reserve_slot(
                                                                                                                        struct ltt_trace_info *trace,
                                                                                                                        struct ltt_buf *ltt_buf,
                                                                                                                        unsigned int data_size,
-                                                                                                                       unsigned int *slot_size,
+                                                                                                                       size_t *slot_size,
                                                                                                                        uint64_t *tsc,
                                                                                                                        size_t *before_hdr_pad,
                                                                                                                        size_t *after_hdr_pad,
This page took 0.023111 seconds and 4 git commands to generate.