[CRIU] [PATCH 04/21] Cleanup pipes.h

Cyrill Gorcunov gorcunov at openvz.org
Wed Jun 6 18:21:44 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 include/pipes.h |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/include/pipes.h b/include/pipes.h
index 67b17a2..59a34dc 100644
--- a/include/pipes.h
+++ b/include/pipes.h
@@ -1,7 +1,8 @@
-#ifndef __CR_PIPES_H__
-#define __CR_PIPES_H__
+#ifndef CR_PIPES_H__
+#define CR_PIPES_H__
+
 extern int collect_pipes(void);
 extern void mark_pipe_master(void);
-int dump_pipe(struct fd_parms *p, int lfd,
-			     const struct cr_fdset *cr_fdset);
-#endif
+extern int dump_pipe(struct fd_parms *p, int lfd, const struct cr_fdset *cr_fdset);
+
+#endif /* CR_PIPES_H__ */
-- 
1.7.7.6



More information about the CRIU mailing list