diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-23 10:13:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-23 10:13:55 +0000 |
commit | 6536c00f251ee379126f71f2a385adb0c027138e (patch) | |
tree | 6d520e27429f2919185adc9c8110c3bf7d6e2c76 /TODO | |
parent | * configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*: (diff) | |
download | libvirt-6536c00f251ee379126f71f2a385adb0c027138e.tar.gz libvirt-6536c00f251ee379126f71f2a385adb0c027138e.tar.bz2 libvirt-6536c00f251ee379126f71f2a385adb0c027138e.zip |
* include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch]
src/libvirt_sym.version: added virDomainLookupByUUID and
virDomainGetUUID to be able to use the persistant UUID names
* docs//*: rebuilt the docs following the API extension
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,6 @@ Absolute TODOs: - thread protection, reentrancy, refcounting, etc ... - Error API. probably similar to libxml2 structured API - extract error messages from the Xend rpc -- UUID based lookup and naming TODO: - Create() API, how do we best keep flexibility and allow various @@ -45,3 +44,4 @@ Done: - renamed to libvirt - the CreateLinux() API is a first step toward a final Create() - documentation and examples on using the toolkit +- UUID based lookup and naming |