hivex: Add metadata length functions for nodes and values
authorAlex Nelson <ajnelson@cs.ucsc.edu>
Fri, 2 Sep 2011 01:17:36 +0000 (18:17 -0700)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 6 Sep 2011 13:58:14 +0000 (14:58 +0100)
commite85b1eaa268caea316f6aa8e02738b3d94297250
tree37f8f2b2f6977a4b4ffd07503b21229baaf00c9b
parent2929a0053a56e1d3b0bed26f16a1e1ad83141891
hivex: Add metadata length functions for nodes and values

This patch adds hivex_node_struct_length and hivex_value_struct_length
to the hivex ABI, to report the amount of hive space used for each
stored structure.

Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
A fix added by RWMJ.
generator/generator.ml
lib/hivex.c