Added main internal storage driver impl

This commit is contained in:
Daniel P. Berrange
2008-02-20 15:34:52 +00:00
parent f43e709842
commit 20878720c0
14 changed files with 3119 additions and 1 deletions

View File

@@ -136,6 +136,8 @@ typedef enum {
VIR_ERR_INVALID_STORAGE_POOL, /* invalid storage pool object */
VIR_ERR_INVALID_STORAGE_VOL, /* invalid storage vol object */
VIR_WAR_NO_STORAGE, /* failed to start storage */
VIR_ERR_NO_STORAGE_POOL, /* storage pool not found */
VIR_ERR_NO_STORAGE_VOL, /* storage pool not found */
} virErrorNumber;
/**