libndr: store a subcontext buffer size in ndr_push_subcontext_start.
[abartlet/samba.git/.git] / librpc / ndr / libndr.h
index 124c5f0d6e17224a87c8a004595c9bd4c966a4f1..41e214da2a478eeef47ab196b7f0152c81323717 100644 (file)
@@ -86,6 +86,7 @@ struct ndr_push {
        uint32_t offset;
 
        uint32_t relative_base_offset;
+       uint32_t relative_end_offset;
        struct ndr_token_list *relative_base_list;
 
        struct ndr_token_list *switch_list;