mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-05 10:47:26 -05:00
Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/conf.h: move qemudFreeVMDef() down a bit
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
||||
|
||||
* qemud/conf.h: move qemudFreeVMDef() down a bit
|
||||
|
||||
Thu Feb 15 16:00:05 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
||||
|
||||
* qemud/bridge.c: don't output bridge parameters if they
|
||||
|
||||
+1
-1
@@ -30,12 +30,12 @@ int qemudBuildCommandLine(struct qemud_server *server,
|
||||
struct qemud_vm *vm,
|
||||
char ***argv);
|
||||
|
||||
void qemudFreeVMDef(struct qemud_vm_def *vm);
|
||||
int qemudScanConfigs(struct qemud_server *server);
|
||||
int qemudDeleteConfig(struct qemud_server *server,
|
||||
const char *configFile,
|
||||
const char *name);
|
||||
|
||||
void qemudFreeVMDef(struct qemud_vm_def *vm);
|
||||
void qemudFreeVM(struct qemud_vm *vm);
|
||||
struct qemud_vm *qemudLoadConfigXML(struct qemud_server *server,
|
||||
const char *file,
|
||||
|
||||
Reference in New Issue
Block a user