[CRIU] [PATCH 2/6] criu: cleanup stale declarations of parasite_{init, fini}_threads_seized
Mike Rapoport
rppt at linux.vnet.ibm.com
Mon Aug 13 16:29:09 MSK 2018
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
criu/include/parasite-syscall.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/criu/include/parasite-syscall.h b/criu/include/parasite-syscall.h
index c9438a6..0e9d340 100644
--- a/criu/include/parasite-syscall.h
+++ b/criu/include/parasite-syscall.h
@@ -52,7 +52,4 @@ extern int parasite_dump_cgroup(struct parasite_ctl *ctl, struct parasite_dump_c
extern struct parasite_tty_args *parasite_dump_tty(struct parasite_ctl *ctl, int fd, int type);
-extern int parasite_init_threads_seized(struct parasite_ctl *ctl, struct pstree_item *item);
-extern int parasite_fini_threads_seized(struct parasite_ctl *ctl);
-
#endif /* __CR_PARASITE_SYSCALL_H__ */
--
2.7.4
More information about the CRIU
mailing list