提交 7902317a 编写于 作者: M Mark McLoughlin

Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin <markmc@redhat.com>

        * qemud/conf.h: move qemudFreeVMDef() down a bit
上级 ca4553d0
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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册