diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 03:09:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 03:09:19 +0000 |
commit | 308cc429eb7c07d94609f2818e9d81239cb4cbb9 (patch) | |
tree | 84c059b23956750a4ca196fb0faebb4c889f4718 /source4/librpc/ndr/libndr.h | |
parent | cde87e39c68f599026cc350c37c0cafe0e7ebcb6 (diff) | |
download | samba-308cc429eb7c07d94609f2818e9d81239cb4cbb9.tar.gz samba-308cc429eb7c07d94609f2818e9d81239cb4cbb9.tar.bz2 samba-308cc429eb7c07d94609f2818e9d81239cb4cbb9.zip |
added samr_LookupNames() and test code
(This used to be commit f8397cbc8554b721093b8ae6ac6fb26d0ee9a7cf)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 96322ed654..df058abc68 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -65,6 +65,9 @@ struct ndr_push { uint32 offset; TALLOC_CTX *mem_ctx; + /* this is used to ensure we generate unique reference IDs */ + uint32 ptr_count; + /* this points at a list of offsets to the structures being processed. The first element in the list is the current structure */ struct ndr_ofs_list *ofs_list; |