s4:rpc_server Record the remote connections association group ID
[abartlet/samba.git/.git] / source4 / rpc_server / dcerpc_server.h
index d273f6eca996fdf632c2fd04c819afeaee4110d0..3a9c8feb75f151ab0c9f3d35415ca19358b7aace 100644 (file)
@@ -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 */