]> git.ipfire.org Git - thirdparty/libvirt.git/commit
* TODO src/hash.[ch] src/internal.h src/libvirt.c src/xend_internal.c
authorDaniel Veillard <veillard@redhat.com>
Sun, 9 Apr 2006 13:11:22 +0000 (13:11 +0000)
committerDaniel Veillard <veillard@redhat.com>
Sun, 9 Apr 2006 13:11:22 +0000 (13:11 +0000)
commit572806a99bc597718fa4f3577e498192efcb90ef
tree73454d72c5e0adc60e8b789aa1c2cef6fe0785cd
parent1ea832d65bc80e5d3591db9a4750fbb659eba620
* TODO src/hash.[ch] src/internal.h src/libvirt.c src/xend_internal.c
  src/xs_internal.c: implementing domain pointers unification, thread
  safety and reference counting for domain and connections, this was
  the last critical change needed before making further progresses at
  the API level. Still a couple fo things TODO for this, unification
  at the Python level and adding UUID to hash. All domain/connect alloc
  and free routines are now centralized in hash.c
* docs/APIchunk1.html docs/libvirt-api.xml docs/libvirt-refs.xml
  docs/html/libvirt-libvirt.html: regenerated the docs, that doesn't
  change the API.
Daniel
12 files changed:
ChangeLog
TODO
docs/APIchunk1.html
docs/html/libvirt-libvirt.html
docs/libvirt-api.xml
docs/libvirt-refs.xml
src/hash.c
src/hash.h
src/internal.h
src/libvirt.c
src/xend_internal.c
src/xs_internal.c