* src/Makefile.am src/openvz_conf.c src/openvz_conf.h

src/openvz_driver.c src/qemu_driver.c src/util.c src/util.h:
  cleanup patches from Shuveb Hussain, with new util module for
  common code shared between drivers.
Daniel
This commit is contained in:
Daniel Veillard
2007-07-19 16:22:40 +00:00
parent e2ea955881
commit 68ef3443d4
9 changed files with 289 additions and 129 deletions

View File

@@ -51,6 +51,7 @@ typedef enum {
VIR_FROM_NET, /* Error when operating on a network */
VIR_FROM_TEST, /* Error from test driver */
VIR_FROM_REMOTE, /* Error from remote driver */
VIR_FROM_OPENVZ, /* Error from OpenVZ driver */
} virErrorDomain;