s4/pvfs: use monotonic time for this timeout
[samba.git] / source4 / ntvfs / posix / vfs_posix.h
index 70e4c90d7a7aebfb68ee0306a0a5748b95df8be1..d60369df5016e312071e1a80c679fcf829e551da 100644 (file)
@@ -224,7 +224,7 @@ struct pvfs_search_state {
        uint16_t search_attrib;
        uint16_t must_attrib;
        struct pvfs_dir *dir;
-       time_t last_used;
+       time_t last_used; /* monotonic clock time */
        unsigned int num_ea_names;
        struct ea_name *ea_names;
        struct tevent_timer *te;