Revert "s3: vfs: add user_vfs_evg to connection_struct"
[samba.git] / source3 / include / vfs.h
index 619c1a8eb94efb9b664cbb53d9eb2b00175cddb9..6516869b24e2d598db1848d192989e1c3ad040b6 100644 (file)
@@ -407,7 +407,7 @@ typedef struct files_struct {
 
 struct vuid_cache_entry {
        struct auth_session_info *session_info;
-       struct smb_vfs_ev_glue *user_vfs_evg;
+       struct tevent_context *user_ev_ctx;
        uint64_t vuid; /* SMB2 compat */
        bool read_only;
        uint32_t share_access;
@@ -456,7 +456,6 @@ typedef struct connection_struct {
         */
        struct auth_session_info *session_info;
        struct tevent_context *user_ev_ctx;
-       struct smb_vfs_ev_glue *user_vfs_evg;
 
        /*
         * If the "force group" parameter is set, this is the primary gid that