summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/dcerpc_server.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-02-19 15:53:31 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-02-19 16:32:49 +1100
commit10fed057cde7649b8fc8ee6611ea588a471c2483 (patch)
tree37d917e4b6eaf60e4f5c10a6a2fdcc6760d1980d /source4/rpc_server/dcerpc_server.h
parentaf4a7c0f4be4bb94d6299e93f22d26e2f8340e69 (diff)
downloadsamba-10fed057cde7649b8fc8ee6611ea588a471c2483.tar.gz
samba-10fed057cde7649b8fc8ee6611ea588a471c2483.tar.xz
samba-10fed057cde7649b8fc8ee6611ea588a471c2483.zip
s4:rpc_server Record the remote connections association group ID
By recording the association group the remote server assigned to our proxied RPC connection, we can ensure we use the same value when the client wishes to use it. This isn't stored in a private pointer, as mapiproxy will want to use this feature too. Andrew Bartlett
Diffstat (limited to 'source4/rpc_server/dcerpc_server.h')
-rw-r--r--source4/rpc_server/dcerpc_server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/rpc_server/dcerpc_server.h b/source4/rpc_server/dcerpc_server.h
index d273f6eca99..3a9c8feb75f 100644
--- a/source4/rpc_server/dcerpc_server.h
+++ b/source4/rpc_server/dcerpc_server.h
@@ -260,6 +260,9 @@ struct dcesrv_assoc_group {
/* parent context */
struct dcesrv_context *dce_ctx;
+
+ /* Remote association group ID (if proxied) */
+ uint32_t proxied_id;
};
/* server-wide context information for the dcerpc server */