Convert all osi_timeval_t to osi_timeval32_t
[openafs.git] / src / afs / lock.h
index a5aeb51..9df8b99 100644 (file)
@@ -120,7 +120,7 @@ struct afs_lock {
     unsigned short readers_reading;    /* # readers actually with read locks */
     unsigned short num_waiting;        /* probably need this soon */
     unsigned short spare;      /* not used now */
-    osi_timeval_t time_waiting;        /* for statistics gathering */
+    osi_timeval32_t time_waiting;      /* for statistics gathering */
 #if defined(INSTRUMENT_LOCKS)
     /* the following are useful for debugging
      ** the field 'src_indicator' is updated only by ObtainLock() and