[CRIU] [crtools-bot] ipc: Add missing ipc_ns.h

Cyrill Gorcunov gorcunov at openvz.org
Tue Jan 31 13:42:33 EST 2012


The commit is pushed to "master" and will appear on git://github.com/cyrillos/crtools.git
------>
commit bbf71707b9b9b2186c325c44145ad8ab14577a8e
Author: Cyrill Gorcunov <gorcunov at openvz.org>
Date:   Tue Jan 31 22:42:33 2012 +0400

    ipc: Add missing ipc_ns.h
    
    Which was missed to add to git index
    in one of previous IPC patch series.
    
    Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 include/ipc_ns.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/include/ipc_ns.h b/include/ipc_ns.h
new file mode 100644
index 0000000..7d385d6
--- /dev/null
+++ b/include/ipc_ns.h
@@ -0,0 +1,10 @@
+#ifndef IPC_NS_H_
+#define IPC_NS_H_
+
+#include "crtools.h"
+
+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_ */


More information about the CRIU mailing list