From 759a04e58a88b400dbf0cafc2b86ab58ea196433 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 21 Jul 2011 09:53:10 -0400 Subject: 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 --- source3/smbd/conn_idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/conn_idle.c b/source3/smbd/conn_idle.c index 46f5b7b111..c1949d334e 100644 --- a/source3/smbd/conn_idle.c +++ b/source3/smbd/conn_idle.c @@ -22,7 +22,7 @@ #include "includes.h" #include "smbd/smbd.h" #include "smbd/globals.h" -#include "rpc_server/rpc_ncacn_np.h" +#include "rpc_server/rpc_pipes.h" /**************************************************************************** Update last used timestamps. -- cgit