Add context for libcli_resolve.
[samba-svnmirror.git] / source / librpc / rpc / dcerpc.h
index f075075c02891d939cd93550c5011d0e41812080..9936ebe0018be74002649071915b5540e398bb3f 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __DCERPC_H__
 #define __DCERPC_H__
 
-#include "core.h"
+#include "lib/util/data_blob.h"
 #include "librpc/gen_ndr/dcerpc.h"
 #include "librpc/ndr/libndr.h"
 
@@ -177,6 +177,7 @@ struct dcerpc_pipe_connect {
        const char *pipe_name;
        const struct ndr_interface_table *interface;
        struct cli_credentials *creds;
+       struct resolve_context *resolve_ctx;
 };