Whamcloud - gitweb
LU-6245 libcfs: add ktime_get_real_seconds support
[fs/lustre-release.git] / lnet / selftest / timer.h
index 3720e34..476eee7 100644 (file)
@@ -36,8 +36,8 @@
 
 typedef struct {
        struct list_head        stt_list;
-       cfs_time_t              stt_expires;
-       void                    (*stt_func) (void *);
+       time64_t                stt_expires;
+       void                    (*stt_func)(void *);
        void                    *stt_data;
 } stt_timer_t;