[CRIU] [PATCH cr 05/11] pipe: add a separate file for pipe's stuff

Andrey Vagin avagin at openvz.org
Thu Apr 5 12:02:09 EDT 2012


Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 Makefile |    1 +
 pipes.c  |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 40e3249..6413b05 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ OBJS		+= log.o
 OBJS		+= libnetlink.o
 OBJS		+= sockets.o
 OBJS		+= files.o
+OBJS		+= pipes.o
 OBJS		+= file-ids.o
 OBJS		+= namespaces.o
 OBJS		+= uts_ns.o
diff --git a/pipes.c b/pipes.c
new file mode 100644
index 0000000..c1c1a54
--- /dev/null
+++ b/pipes.c
@@ -0,0 +1,4 @@
+#include "crtools.h"
+#include "image.h"
+#include "files.h"
+
-- 
1.7.1



More information about the CRIU mailing list