]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Generic internal threads API
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 15 Jan 2009 19:56:05 +0000 (19:56 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 15 Jan 2009 19:56:05 +0000 (19:56 +0000)
commit4dac0a1105b3d4bc4b4af9942be3849ffb298ef3
tree531048db0f25639e98f07f1682e3cc0e8c60f769
parent52e51d278e7c3c1385b8ab87e5783115d9ddb7ca
Generic internal threads API
42 files changed:
ChangeLog
po/POTFILES.in
proxy/Makefile.am
qemud/qemud.c
qemud/qemud.h
qemud/remote.c
src/Makefile.am
src/datatypes.c
src/datatypes.h
src/domain_conf.c
src/domain_conf.h
src/internal.h
src/libvirt.c
src/libvirt_private.syms
src/logging.c
src/lxc_conf.h
src/lxc_driver.c
src/network_conf.c
src/network_conf.h
src/network_driver.c
src/node_device.c
src/node_device_conf.c
src/node_device_conf.h
src/node_device_devkit.c
src/node_device_hal.c
src/openvz_conf.c
src/openvz_conf.h
src/openvz_driver.c
src/qemu_conf.h
src/qemu_driver.c
src/storage_conf.c
src/storage_conf.h
src/storage_driver.c
src/test.c
src/threads-pthread.c [new file with mode: 0644]
src/threads-pthread.h [new file with mode: 0644]
src/threads-win32.c [new file with mode: 0644]
src/threads-win32.h [new file with mode: 0644]
src/threads.c [new file with mode: 0644]
src/threads.h [new file with mode: 0644]
src/uml_conf.h
src/uml_driver.c