criu/include/uts_ns.h
Stanislav Kinsbursky 225d119e5d namespaces: split UTS and generic code
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>
2012-01-31 13:43:28 +04:00

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_ */