summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-06-07 14:08:05 -0400
committerSimo Sorce <ssorce@redhat.com>2010-06-07 17:25:48 -0400
commit5da783f4a79ee0a927f2483ae20b691074bb3007 (patch)
tree6da8069e95481055ca5c9d51548049305202e2ae /source3/include
parentf9fc4df0c0a6401d185b057c17d6b30ef549b3d0 (diff)
downloadsamba-5da783f4a79ee0a927f2483ae20b691074bb3007.tar.gz
samba-5da783f4a79ee0a927f2483ae20b691074bb3007.tar.bz2
samba-5da783f4a79ee0a927f2483ae20b691074bb3007.zip
s3:smbd add utility function to check if there are open pipes
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
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;