diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-04-27 14:14:23 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-04-27 14:14:23 +0000 |
commit | 7b38f418cb01d17cc125f5548ab5c13c0576684e (patch) | |
tree | f4a067e897b88616f625f68a0be33bcb39b15ddd /TODO | |
parent | * src/xml.c: applied patch from Jeremy Katz to not require a (diff) | |
download | libvirt-7b38f418cb01d17cc125f5548ab5c13c0576684e.tar.gz libvirt-7b38f418cb01d17cc125f5548ab5c13c0576684e.tar.bz2 libvirt-7b38f418cb01d17cc125f5548ab5c13c0576684e.zip |
* src/xml.c src/xend_internal.c TODO: added uuid to the XML
serialization
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,6 @@ TODO: - DTD/RNG/XSD schemas for the XML Domain descriptions - in python bindings raise an exception if a lookup or connection fails to return a non-None object -- Add uuid to XML format - add error handling hooks at the python level - object unicity for domains at the Python level - UUID lookup in hash.c @@ -50,3 +49,4 @@ Done: - API for the Node: extracting informations - docs for the principle in the error handling code - thread protection, reentrancy, refcounting, etc ... +- Add uuid to XML format |