diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-24 01:18:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2005-06-24 01:18:56 +0000 |
commit | e8124b1f6ae57ae814d9c1bb9442c6aabd13c2fe (patch) | |
tree | 74dd973e2dc69dacca112adb14b59eb818a19c30 /source/lib/socket_wrapper/socket_wrapper.h | |
parent | 4cbefd2989b6fa605dc21b91f94ab6ce4f5482d9 (diff) | |
download | samba-e8124b1f6ae57ae814d9c1bb9442c6aabd13c2fe.tar.gz samba-e8124b1f6ae57ae814d9c1bb9442c6aabd13c2fe.tar.xz samba-e8124b1f6ae57ae814d9c1bb9442c6aabd13c2fe.zip |
r7865: changed pidl to take a "const void *" instead of a "void *" for the
structure in ndr_push_*() and ndr_print_*(). The push and print
functions really should not modify the structure.
metze, to make this work I had to change your spoolss hand
marshaller. Can you please check it is OK? I think that the IN and OUT
sides of that function are not ever called on the same structure, so I
think that attempt at remembering the value by assigning to
r->in._offered was not doing anything anyway, but please correct me if
I have misunderstood it.
If you really do need to remember something on those structures I'd
suggest the ndr_token_store() and ndr_token_retrieve() functions,
which are used by pidl for just this sort of thing.
Diffstat (limited to 'source/lib/socket_wrapper/socket_wrapper.h')
0 files changed, 0 insertions, 0 deletions