mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 18:19:39 +00:00
Generic code will be used for other namespaces. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
10 lines
198 B
C
10 lines
198 B
C
#ifndef CR_UTS_NS_H_
|
|
#define CR_UTS_NS_H_
|
|
|
|
#include "crtools.h"
|
|
|
|
int dump_uts_ns(int ns_pid, struct cr_fdset *fdset);
|
|
void show_utsns(int fd);
|
|
int prepare_utsns(int pid);
|
|
|
|
#endif /* CR_UTS_NS_H_ */
|