summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-07-06 09:37:57 +0200
committerJeremy Allison <jra@samba.org>2012-07-18 15:37:28 -0700
commitf5dc8837d93372ab844028e160580803758204fa (patch)
tree6b5aca92e8867a37e2d3b2b2659c449a2d6d0a5a /source3/include/vfs.h
parentaff6956d350272bee6f0b968271ec3200c718095 (diff)
downloadsamba-f5dc8837d93372ab844028e160580803758204fa.tar.gz
samba-f5dc8837d93372ab844028e160580803758204fa.tar.bz2
samba-f5dc8837d93372ab844028e160580803758204fa.zip
s3: Properly handle shutdown with the _send/_recv based aio
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r--source3/include/vfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 5355d7a836..9e2c6b54b0 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -249,6 +249,8 @@ typedef struct files_struct {
/* if not NULL, means this is a print file */
struct print_file_data *print_file;
+ unsigned num_aio_requests;
+ struct tevent_req **aio_requests;
} files_struct;
struct vuid_cache_entry {