Remove cli->event_ctx, pass it explicitly
authorVolker Lendecke <vl@samba.org>
Sun, 24 Aug 2008 12:17:43 +0000 (14:17 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 28 Aug 2008 15:53:37 +0000 (17:53 +0200)
commit2650207d4adbfd68974fc2b342dd2af079a2552c
treea2ce1dc059d344cac2478de099777e907b8750b2
parentde9fcfc79504fbca0350a99269b4a3423e5f2561
Remove cli->event_ctx, pass it explicitly

Storing the event_context as permanent state in struct cli_state creates more
complex code than necessary IMO.
(This used to be commit debb37f703075008e5ea7d34d214cfa4d0f8f916)
source3/include/async_smb.h
source3/include/client.h
source3/include/proto.h
source3/libsmb/async_smb.c
source3/libsmb/clifile.c
source3/libsmb/clireadwrite.c