diff options
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; |