mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03: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:
parent
ca4553d0e7
commit
7902317a4f
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user