From c4efaabbd94ee9139011547499e1a6fa4e43b282 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 12 Jul 2012 10:32:39 +0200 Subject: s3: Move the aio_pthread read/write functionality to vfs_default Signed-off-by: Jeremy Allison --- source3/smbd/globals.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/smbd/globals.h') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 80612eb716..c400181130 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -347,6 +347,12 @@ struct smbXsrv_connection { struct msg_state *msg_state; + /* + * Link into libasys for asynchronous operations + */ + struct asys_context *asys_ctx; + struct tevent_fd *asys_fde; + uint64_t smbd_idle_profstamp; /* -- cgit