mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 07:15:31 +00:00
show: Introduce ->show callback for fdset
Each fdset item now has the callback which will show a contents of a magic-described image file. Per-task and global show code is reworked to walk the respective fdsets and calling ->show on each file. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define __CR_NS_H__
|
||||
int dump_namespaces(int pid, unsigned int ns_flags);
|
||||
int prepare_namespace(int pid, unsigned long clone_flags);
|
||||
int try_show_namespaces(int pid);
|
||||
struct cr_options;
|
||||
int try_show_namespaces(int pid, struct cr_options *);
|
||||
int switch_ns(int pid, int type, char *ns);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user