Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
4fab8d3f
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
4fab8d3f
编写于
8月 11, 2014
作者:
T
Taowei
提交者:
Michal Privoznik
8月 15, 2014
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
vbox: Rewrite vboxDomainSnapshotDelete
上级
a9725126
变更
4
展开全部
显示空白变更内容
内联
并排
Showing
4 changed file
with
637 addition
and
767 deletion
+637
-767
src/vbox/vbox_common.c
src/vbox/vbox_common.c
+609
-0
src/vbox/vbox_common.h
src/vbox/vbox_common.h
+13
-0
src/vbox/vbox_tmpl.c
src/vbox/vbox_tmpl.c
+11
-767
src/vbox/vbox_uniformed_api.h
src/vbox/vbox_uniformed_api.h
+4
-0
未找到文件。
src/vbox/vbox_common.c
浏览文件 @
4fab8d3f
此差异已折叠。
点击以展开。
src/vbox/vbox_common.h
浏览文件 @
4fab8d3f
...
@@ -265,6 +265,19 @@ enum MediumVariant
...
@@ -265,6 +265,19 @@ enum MediumVariant
MediumVariant_Diff
=
0x20000
MediumVariant_Diff
=
0x20000
};
};
# define VBOX_E_OBJECT_NOT_FOUND 0x80BB0001
# define VBOX_E_INVALID_VM_STATE 0x80BB0002
# define VBOX_E_VM_ERROR 0x80BB0003
# define VBOX_E_FILE_ERROR 0x80BB0004
# define VBOX_E_IPRT_ERROR 0x80BB0005
# define VBOX_E_PDM_ERROR 0x80BB0006
# define VBOX_E_INVALID_OBJECT_STATE 0x80BB0007
# define VBOX_E_HOST_ERROR 0x80BB0008
# define VBOX_E_NOT_SUPPORTED 0x80BB0009
# define VBOX_E_XML_ERROR 0x80BB000A
# define VBOX_E_INVALID_SESSION_STATE 0x80BB000B
# define VBOX_E_OBJECT_IN_USE 0x80BB000C
/* Simplied definitions in vbox_CAPI_*.h */
/* Simplied definitions in vbox_CAPI_*.h */
typedef
void
const
*
PCVBOXXPCOM
;
typedef
void
const
*
PCVBOXXPCOM
;
...
...
src/vbox/vbox_tmpl.c
浏览文件 @
4fab8d3f
此差异已折叠。
点击以展开。
src/vbox/vbox_uniformed_api.h
浏览文件 @
4fab8d3f
...
@@ -272,6 +272,7 @@ typedef struct {
...
@@ -272,6 +272,7 @@ typedef struct {
nsresult
(
*
Reset
)(
IConsole
*
console
);
nsresult
(
*
Reset
)(
IConsole
*
console
);
nsresult
(
*
TakeSnapshot
)(
IConsole
*
console
,
PRUnichar
*
name
,
nsresult
(
*
TakeSnapshot
)(
IConsole
*
console
,
PRUnichar
*
name
,
PRUnichar
*
description
,
IProgress
**
progress
);
PRUnichar
*
description
,
IProgress
**
progress
);
nsresult
(
*
DeleteSnapshot
)(
IConsole
*
console
,
vboxIIDUnion
*
iidu
,
IProgress
**
progress
);
}
vboxUniformedIConsole
;
}
vboxUniformedIConsole
;
/* Functions for IProgress */
/* Functions for IProgress */
...
@@ -596,6 +597,9 @@ int vboxDomainSnapshotHasMetadata(virDomainSnapshotPtr snapshot,
...
@@ -596,6 +597,9 @@ int vboxDomainSnapshotHasMetadata(virDomainSnapshotPtr snapshot,
unsigned
int
flags
);
unsigned
int
flags
);
int
vboxDomainRevertToSnapshot
(
virDomainSnapshotPtr
snapshot
,
int
vboxDomainRevertToSnapshot
(
virDomainSnapshotPtr
snapshot
,
unsigned
int
flags
);
unsigned
int
flags
);
int
vboxDomainSnapshotDelete
(
virDomainSnapshotPtr
snapshot
,
unsigned
int
flags
);
/* Version specified functions for installing uniformed API */
/* Version specified functions for installing uniformed API */
void
vbox22InstallUniformedAPI
(
vboxUniformedAPI
*
pVBoxAPI
);
void
vbox22InstallUniformedAPI
(
vboxUniformedAPI
*
pVBoxAPI
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录