mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
We are going to replace pid on id in names of image files. The id is uniq for each namespace, so it's more convient, if image files are opened per namespace. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
11 lines
205 B
C
11 lines
205 B
C
#ifndef __CR_UTS_NS_H__
|
|
#define __CR_UTS_NS_H__
|
|
|
|
#include "crtools.h"
|
|
|
|
int dump_uts_ns(int ns_pid, int ns_id);
|
|
int prepare_utsns(int pid);
|
|
|
|
extern struct ns_desc uts_ns_desc;
|
|
|
|
#endif /* __CR_UTS_NS_H__ */
|