summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-04-28 09:51:12 -0400
committerGünther Deschner <gd@samba.org>2010-05-26 15:07:57 +0200
commit8aa96566a96413384b7c8af0143c4ed1af100492 (patch)
tree656fb67679b91a2d024f1b735ea9e1e389568e36 /source3/include/smb.h
parent83b2fd30215c5286f0f05bddce76bd5e0959c5c8 (diff)
downloadsamba-8aa96566a96413384b7c8af0143c4ed1af100492.tar.gz
samba-8aa96566a96413384b7c8af0143c4ed1af100492.tar.bz2
samba-8aa96566a96413384b7c8af0143c4ed1af100492.zip
s3-rpc_server: Created a per connection spoolss pipe.
This way all code can reuse the same connection to spoolss and not have to deal with the creation of a new pipe all over the code every time we need to ask a service off spoolss. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 1ceb54b792..a93caa7bf1 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -592,6 +592,9 @@ typedef struct connection_struct {
struct dfree_cached_info *dfree_info;
struct trans_state *pending_trans;
struct notify_context *notify_ctx;
+
+ struct rpc_pipe_client *spoolss_pipe;
+
} connection_struct;
struct current_user {