[CRIU] [PATCH 2/3] lib: add lib.h

Ruslan Kuprieiev kupruser at gmail.com
Thu Nov 21 17:20:36 PST 2013


This header is to be used in user programs.

Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 lib/lib.h | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 lib/lib.h

diff --git a/lib/lib.h b/lib/lib.h
new file mode 100644
index 0000000..4b96dcc
--- /dev/null
+++ b/lib/lib.h
@@ -0,0 +1,7 @@
+#ifndef __CRIU_LIB_H__
+#define __CRIU_LIB_H__
+
+void criu_set_service_address(char *path);
+int criu_check(void);
+
+#endif /* __CRIU_LIB_H__ */
-- 
1.8.1.2



More information about the CRIU mailing list