Fix the mess with ldb includes.
[ira/wip.git] / source4 / ntvfs / posix / vfs_posix.h
index 1a54b57d6317ff62a8f167e1bfaadb1ae4e0db4a..b032ab3f931a9965ec232eae275513eb98a0e0d2 100644 (file)
@@ -27,7 +27,7 @@
 #include "ntvfs/ntvfs.h"
 #include "ntvfs/common/ntvfs_common.h"
 #include "libcli/wbclient/wbclient.h"
-#include "dsdb/samdb/samdb.h"
+#include "lib/events/events.h"
 
 struct pvfs_wait;
 struct pvfs_oplock;
@@ -174,7 +174,7 @@ struct pvfs_file_handle {
 
        struct {
                bool update_triggered;
-               struct timed_event *update_event;
+               struct tevent_timer *update_event;
                bool update_on_close;
                NTTIME close_time;
                bool update_forced;
@@ -225,7 +225,7 @@ struct pvfs_search_state {
        time_t last_used;
        uint_t num_ea_names;
        struct ea_name *ea_names;
-       struct timed_event *te;
+       struct tevent_timer *te;
 };
 
 /* flags to pvfs_resolve_name() */