From 5da783f4a79ee0a927f2483ae20b691074bb3007 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Jun 2010 14:08:05 -0400 Subject: s3:smbd add utility function to check if there are open pipes --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 3d25688cf3..2f68f0efc6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5208,6 +5208,7 @@ bool api_pipe_request(pipes_struct *p); pipes_struct *get_first_internal_pipe(void); pipes_struct *get_next_internal_pipe(pipes_struct *p); +bool check_open_pipes(void); bool fsp_is_np(struct files_struct *fsp); struct tsocket_address; -- cgit