Samba3 rpc client code.

Jeremy Allison jra at samba.org
Wed Aug 24 16:29:58 GMT 2005


On Wed, Aug 24, 2005 at 11:22:56AM -0500, Gerald (Jerry) Carter wrote:
> 
> Let me rephrase that.  How much are you going to touch
> rpc_client/cli_XXXX.c for each pipe?   How for exmple,
> will the function declaration for cli_reg_query_value()
> change?  Are you just reworking the CLI_DO_RPC() macro
> arguments?  Or are you replacing 'struct cli_state*' with
> something else?
> 
> If you are replacing the cli_state* pointer, then we need
> to look at how to update the libmsrpc work.

Yes, I'm replacing the cli_state pointer in all these functions
with a struct rpc_pipe_client *.

Jeremy.


More information about the samba-technical mailing list