mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
8 lines
165 B
C
8 lines
165 B
C
#ifndef __CR_SEIZE_H__
|
|
#define __CR_SEIZE_H__
|
|
|
|
extern int collect_pstree(pid_t pid);
|
|
extern void pstree_switch_state(struct pstree_item *root_item, int st);
|
|
|
|
#endif
|