s3: Add smb_request_done
authorVolker Lendecke <vl@samba.org>
Sun, 4 Mar 2012 11:10:04 +0000 (12:10 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 10 Mar 2012 16:14:05 +0000 (17:14 +0100)
commit8f93068cf8fc3d282e0975cc5cbdcd2098b10d52
treef4498f43e3286e8af9df20bca60f04d4c78d03ff
parent2c1caf5fcb002f5a4e049fcb812c98c435d0f2c9
s3: Add smb_request_done

This is used to enable async chained command sequences. A synchronous
reply_xxx command does not need to take are anymore about and_x
chaining. The async commands (pipe r/w at this moment) must do so
however. When finished, they must inform the main chain engine that
they are finished with a smb_request_done call.

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Sat Mar 10 17:14:05 CET 2012 on sn-devel-104
source3/include/smb.h
source3/smbd/pipes.c
source3/smbd/process.c
source3/smbd/proto.h