criu/include/uts_ns.h
Pavel Emelyanov 6bf22f8c75 crtools: Get rid of on-stack cr_options
We have global instance of them, that's enough.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-05-28 21:11:13 +04:00

12 lines
243 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);
extern struct ns_desc uts_ns_desc;
#endif /* __CR_UTS_NS_H__ */