2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/include/uts_ns.h
Pavel 8ac80915e0 ns: Factor out namespace switching call
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-09-30 21:54:11 +04:00

10 lines
185 B
C

#ifndef __CR_UTS_NS_H__
#define __CR_UTS_NS_H__
extern int dump_uts_ns(int ns_id);
extern int prepare_utsns(int pid);
extern struct ns_desc uts_ns_desc;
#endif /* __CR_UTS_NS_H__ */