s4:rpc_server: only share assoc group ids on the same transport
[samba.git] / source4 / rpc_server / dcerpc_server.h
index 44bf6e6989c22bf9732c7fea5fc28d22abe87308..312721824aec337c9869815126c3f2473310fd5a 100644 (file)
@@ -348,7 +348,10 @@ struct dcesrv_endpoint_server {
 struct dcesrv_assoc_group {
        /* the wire id */
        uint32_t id;
-       
+
+       /* The transport this is valid on */
+       enum dcerpc_transport_t transport;
+
        /* list of handles in this association group */
        struct dcesrv_handle *handles;