s3-rpc_server: Move pipe/handles functions
authorSimo Sorce <idra@samba.org>
Thu, 21 Jul 2011 13:53:10 +0000 (09:53 -0400)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 21 Jul 2011 16:40:23 +0000 (18:40 +0200)
commit759a04e58a88b400dbf0cafc2b86ab58ea196433
treec3bb8258da0bf6c7c6366c56c890e3d5a995d2d6
parent0d8f65b346592d98f4edbc1fa3905688c9677326
s3-rpc_server: Move pipe/handles functions

Put InternalPipes related functions in rpc_handles.c and out of rpc_ncacn_np.c
rpc_handles.c is the only file that really uses them after all and ncacn_np.c
is the wrong place for that stuff.
While ther remove unnecessary wrapper functions now that the InternalPipes
static variable is directly accessible.

Also move all pipes_struct related header stuff in its own rpc_pipes.h header.

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/include/ntdomain.h
source3/rpc_server/rpc_handles.c
source3/rpc_server/rpc_ncacn_np.c
source3/rpc_server/rpc_ncacn_np.h
source3/rpc_server/rpc_pipes.h [new file with mode: 0644]
source3/rpc_server/srv_pipe.c
source3/smbd/conn_idle.c