summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-09-10 20:46:10 +0200
committerBjörn Jacke <bj@sernet.de>2010-09-10 23:10:26 +0200
commit3eda2815f648fdb688f9bace4c45870c7a427dfc (patch)
treed73f45f4e43842b6d9af439f8d56eef8c634a69a /source4/ntvfs/posix/vfs_posix.h
parentd320aa1212ba926f81d37ee0690381f1f287f30d (diff)
downloadsamba-3eda2815f648fdb688f9bace4c45870c7a427dfc.tar.gz
samba-3eda2815f648fdb688f9bace4c45870c7a427dfc.tar.bz2
samba-3eda2815f648fdb688f9bace4c45870c7a427dfc.zip
s4/pvfs: use monotonic time for this timeout
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 70e4c90d7a..d60369df50 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -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;