Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
4d6050a8
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,发现更多精彩内容 >>
提交
4d6050a8
编写于
12月 12, 2012
作者:
D
Daniel P. Berrange
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename event_poll.{c,h} to vireventpoll.{c,h}
上级
4857b9c3
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
8 addition
and
9 deletion
+8
-9
po/POTFILES.in
po/POTFILES.in
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
src/rpc/virnetservermdns.c
src/rpc/virnetservermdns.c
+1
-1
src/util/virevent.c
src/util/virevent.c
+1
-1
src/util/vireventpoll.c
src/util/vireventpoll.c
+2
-2
src/util/vireventpoll.h
src/util/vireventpoll.h
+1
-1
tests/eventtest.c
tests/eventtest.c
+1
-1
tools/virsh.c
tools/virsh.c
+0
-1
未找到文件。
po/POTFILES.in
浏览文件 @
4d6050a8
...
...
@@ -138,7 +138,6 @@ src/storage/storage_driver.c
src/test/test_driver.c
src/uml/uml_conf.c
src/uml/uml_driver.c
src/util/event_poll.c
src/util/hooks.c
src/util/hostusb.c
src/util/iohelper.c
...
...
@@ -159,6 +158,7 @@ src/util/vircommand.c
src/util/virconf.c
src/util/virdbus.c
src/util/virdnsmasq.c
src/util/vireventpoll.c
src/util/virfile.c
src/util/virhash.c
src/util/virinitctl.c
...
...
src/Makefile.am
浏览文件 @
4d6050a8
...
...
@@ -53,7 +53,6 @@ augeastest_DATA =
# These files are not related to driver APIs. Simply generic
# helper APIs for various purposes
UTIL_SOURCES
=
\
util/event_poll.c util/event_poll.h
\
util/hooks.c util/hooks.h
\
util/iptables.c util/iptables.h
\
util/json.c util/json.h
\
...
...
@@ -84,6 +83,7 @@ UTIL_SOURCES = \
util/virdnsmasq.c util/virdnsmasq.h
\
util/virebtables.c util/virebtables.h
\
util/virevent.c util/virevent.h
\
util/vireventpoll.c util/vireventpoll.h
\
util/virfile.c util/virfile.h
\
util/virnodesuspend.c util/virnodesuspend.h
\
util/virobject.c util/virobject.h
\
...
...
src/rpc/virnetservermdns.c
浏览文件 @
4d6050a8
...
...
@@ -41,7 +41,7 @@
#endif
#include "virnetservermdns.h"
#include "
event_
poll.h"
#include "
virevent
poll.h"
#include "memory.h"
#include "virterror_internal.h"
#include "logging.h"
...
...
src/util/virevent.c
浏览文件 @
4d6050a8
...
...
@@ -24,7 +24,7 @@
#include <config.h>
#include "virevent.h"
#include "
event_
poll.h"
#include "
virevent
poll.h"
#include "logging.h"
#include "virterror_internal.h"
...
...
src/util/
event_
poll.c
→
src/util/
virevent
poll.c
浏览文件 @
4d6050a8
/*
*
event.c:
event loop for monitoring file handles
*
vireventpoll.c: Poll based
event loop for monitoring file handles
*
* Copyright (C) 2007, 2010-2012 Red Hat, Inc.
* Copyright (C) 2007 Daniel P. Berrange
...
...
@@ -33,7 +33,7 @@
#include "threads.h"
#include "logging.h"
#include "
event_
poll.h"
#include "
virevent
poll.h"
#include "memory.h"
#include "util.h"
#include "virfile.h"
...
...
src/util/
event_
poll.h
→
src/util/
virevent
poll.h
浏览文件 @
4d6050a8
/*
*
event.h:
event loop for monitoring file handles
*
vireventpool.h: Poll based
event loop for monitoring file handles
*
* Copyright (C) 2007 Daniel P. Berrange
* Copyright (C) 2007 Red Hat, Inc.
...
...
tests/eventtest.c
浏览文件 @
4d6050a8
...
...
@@ -31,7 +31,7 @@
#include "threads.h"
#include "logging.h"
#include "util.h"
#include "
event_
poll.h"
#include "
virevent
poll.h"
#define NUM_FDS 31
#define NUM_TIME 31
...
...
tools/virsh.c
浏览文件 @
4d6050a8
...
...
@@ -63,7 +63,6 @@
#include "xml.h"
#include "libvirt/libvirt-qemu.h"
#include "virfile.h"
#include "event_poll.h"
#include "configmake.h"
#include "threads.h"
#include "vircommand.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录