Implement private data area.
authorRichard Jones <rjones@redhat.com>
Tue, 31 Aug 2010 17:48:32 +0000 (18:48 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 1 Sep 2010 13:20:21 +0000 (14:20 +0100)
The private data area is a hash table which is associated with
libguestfs handles, that C callers may use to store arbitrary
data for the lifetime of the handle.

Later the OCaml bindings will use this in order to implement
callbacks.


No differences found