diff options
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 31444e9dba..47f13e643d 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -141,6 +141,14 @@ struct dcerpc_interface_table { const struct dcerpc_endpoint_list *endpoints; }; +struct dcerpc_interface_list +{ + struct dcerpc_interface_list *prev, *next; + const struct dcerpc_interface_table *table; +}; + +extern struct dcerpc_interface_list *dcerpc_pipes; + /* this describes a binding to a particular transport/pipe */ struct dcerpc_binding { |