s3:librpc/rpc: add target_principal to struct dcerpc_binding
[samba.git] / source3 / librpc / rpc / dcerpc.h
index 52f93abeca4d14bd684d36fe713402a4c8f19fec..4f449c6a77d6bbfe28440cca0f6be444cf91200d 100644 (file)
@@ -36,6 +36,7 @@ struct dcerpc_binding {
        struct ndr_syntax_id object;
        const char *host;
        const char *target_hostname;
+       const char *target_principal;
        const char *endpoint;
        const char **options;
        const char *localaddress;