s3-rpc_server: Added callbacks for init and shutdown of a rpc service.
authorAndreas Schneider <asn@samba.org>
Fri, 16 Jul 2010 12:52:42 +0000 (14:52 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 19 Jul 2010 10:59:18 +0000 (12:59 +0200)
commit5cefbfef26bf2d5f470f1d8c52d75e9756c0f738
treee68e42882b0dd51a29240ff936097ff0e6a54981
parentb91e5cf17d09e4e8bf73e78b96f69831a7cb0d0b
s3-rpc_server: Added callbacks for init and shutdown of a rpc service.

This adds two callback function for each rpc service. One is for
initialisation and the other for shutdown. rpc_<service>_unregister()
needs to be called to execute the shutdown function.
pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
source3/include/proto.h
source3/m4/aclocal.m4
source3/rpc_server/srv_pipe_register.c
source3/winbindd/winbindd.c
source3/wscript