diff options
author | Volker Lendecke <vl@samba.org> | 2016-08-07 15:59:10 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-08-24 01:33:49 +0200 |
commit | 353cf16d0127479cec04176d089785233b9f096b (patch) | |
tree | bc67ad41ec661914d556c746836fcbf5fcd35ba3 /source3/smbd/globals.h | |
parent | 2d484dcd19a581d704ecc7ab69a0e22dd22238a8 (diff) | |
download | samba-353cf16d0127479cec04176d089785233b9f096b.tar.gz |
vfs: Remove link to asys_
No longer needed after conversion to pthreadpool_tevent
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r-- | source3/smbd/globals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 61d85cbca20..76ce0bbb3cd 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -921,12 +921,6 @@ struct smbd_server_connection { } locks; } smb2; - /* - * Link into libasys for asynchronous operations - */ - struct asys_context *asys_ctx; - struct tevent_fd *asys_fde; - struct pthreadpool_tevent *pool; struct smbXsrv_client *client; |