diff options
author | Volker Lendecke <vl@samba.org> | 2012-07-12 10:32:39 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-18 15:46:29 -0700 |
commit | c4efaabbd94ee9139011547499e1a6fa4e43b282 (patch) | |
tree | 83f0148d2c01ae97d95485c1c5249fb81f2a4cc8 /source3/smbd | |
parent | 9dc78c90f3c952f5c01686da6601c47565016290 (diff) | |
download | samba-c4efaabbd94ee9139011547499e1a6fa4e43b282.tar.gz samba-c4efaabbd94ee9139011547499e1a6fa4e43b282.tar.bz2 samba-c4efaabbd94ee9139011547499e1a6fa4e43b282.zip |
s3: Move the aio_pthread read/write functionality to vfs_default
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/globals.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; /* |