Expose Secret API
authorPino Toscano <ptoscano@redhat.com>
Wed, 19 Sep 2018 17:16:21 +0000 (19:16 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 19 Sep 2018 19:10:21 +0000 (20:10 +0100)
commitc338d3194fb5969c927ece7d4fd09569d54b203b
tree881d1ad6dbd0d519393ef2a3673e3bc5465342dc
parent876a7628e92c9bb7980af31fd50a19b305e1a625
Expose Secret API

Add a new Secret submodule to expose most of the virSecret* APIs, so it
is possible to interact with libvirt secrets.

Add the needed glue in the generator, in the helper macros/functions,
and in the Libvirt module itself.

Include a simple example, list_secrets.ml.
MANIFEST
examples/.depend
examples/Makefile.in
examples/list_secrets.ml [new file with mode: 0644]
libvirt/generator.pl
libvirt/libvirt.ml
libvirt/libvirt.mli
libvirt/libvirt_c_epilogue.c
libvirt/libvirt_c_oneoffs.c
libvirt/libvirt_c_prologue.c