Refactoring: Move stuff around for creating a pipe
[kai/samba.git] / source / include / client.h
index 02575e41095c14f3570c656dd7e0cfbefd1b4020..5cfc9a6f9203ebd3e38950053426aadf447f70ad 100644 (file)
@@ -62,14 +62,17 @@ struct rpc_pipe_client {
 
        struct cli_state *cli;
 
-       int pipe_idx;
        const char *pipe_name;
        uint16 fnum;
 
-       const char *desthost;
+       const struct ndr_syntax_id *abstract_syntax;
+       const struct ndr_syntax_id *transfer_syntax;
 
-       const char *domain;
-       const char *user_name;
+       char *desthost;
+       char *srv_name_slash;
+
+       char *domain;
+       char *user_name;
        struct pwd_info pwd;
 
        uint16 max_xmit_frag;
@@ -123,7 +126,6 @@ struct cli_state {
        int privileges;
 
        fstring desthost;
-       fstring srv_name_slash;
 
        /* The credentials used to open the cli_state connection. */
        fstring domain;