mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
9 lines
185 B
C
9 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__ */
|