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)
commit4ea0abfce413767868a8f53b3d20e5d2f62dff08
tree7e81530ed13287b064634d9065eaf5484950f0de
parent54837f6d7ba83178625e2f0c3c063457d9f3f79c
Implement private data area.

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.
src/generator.ml
src/guestfs-internal.h
src/guestfs.c
src/guestfs.h
src/guestfs.pod