param: Use a higher time resolution for lp_file_list_changed()
[samba.git] / lib / param / loadparm.h
index 98263f0e62b28047a8f09d70dd4a65e7566649a9..af6b530366a2680ff986ea03935fe246755e50db 100644 (file)
@@ -102,7 +102,7 @@ struct file_lists {
        struct file_lists *next;
        char *name;
        char *subfname;
-       time_t modtime;
+       struct timespec modtime;
 };
 
 #define DEFAULT_NAME_RESOLVE_ORDER "lmhosts wins host bcast"