Add tool for enabling accounts
[jelmer/samba4-debian.git] / source / rpc_server / dcerpc_server.h
index 219bb51e023bbd809d54ec39c94ac088271c38cb..5d4accc538f9b64bfa49acc421b0188130cef462 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef SAMBA_DCERPC_SERVER_H
 #define SAMBA_DCERPC_SERVER_H
 
-#include "core.h"
 #include "librpc/gen_ndr/misc.h"
 #include "librpc/rpc/dcerpc.h"
 #include "librpc/ndr/libndr.h"
@@ -262,6 +261,9 @@ struct dcesrv_context {
                        struct dcesrv_interface iface;
                } *interface_list;
        } *endpoint_list;
+
+       /* loadparm context to use for this connection */
+       struct loadparm_context *lp_ctx;
 };
 
 /* this structure is used by modules to determine the size of some critical types */