From f5dc8837d93372ab844028e160580803758204fa Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 6 Jul 2012 09:37:57 +0200 Subject: s3: Properly handle shutdown with the _send/_recv based aio Signed-off-by: Jeremy Allison --- source3/include/vfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/vfs.h') 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 { -- cgit