[CRIU] [crtools-bot] ips_ns.h: Add CR_ prefix to header defines

Cyrill Gorcunov gorcunov at openvz.org
Wed Feb 1 05:39:01 EST 2012


The commit is pushed to "master" and will appear on git://github.com/cyrillos/crtools.git
------>
commit 44a05e70ec7310f90d053818a4f650b82e1512ee
Author: Cyrill Gorcunov <gorcunov at openvz.org>
Date:   Wed Feb 1 14:38:22 2012 +0400

    ips_ns.h: Add CR_ prefix to header defines
    
    Reported-by: Stanislav Kinsbursky <skinsbursky at parallels.com>
    Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 include/ipc_ns.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/ipc_ns.h b/include/ipc_ns.h
index 7d385d6..138b586 100644
--- a/include/ipc_ns.h
+++ b/include/ipc_ns.h
@@ -1,5 +1,5 @@
-#ifndef IPC_NS_H_
-#define IPC_NS_H_
+#ifndef CR_IPC_NS_H_
+#define CR_IPC_NS_H_
 
 #include "crtools.h"
 
@@ -7,4 +7,4 @@ extern void show_ipc_ns(int fd);
 extern int dump_ipc_ns(int ns_pid, struct cr_fdset *fdset);
 extern int prepare_ipc_ns(int pid);
 
-#endif /* IPC_NS_H_ */
+#endif /* CR_IPC_NS_H_ */


More information about the CRIU mailing list