mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
7 lines
165 B
C
7 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
|