mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-24 19:08:11 +00:00
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
|