criu/include/uts_ns.h
Pavel Emelyanov add21b75c9 show: Remove options args from ->show callback
This thing is global, we can address one explicitly.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-05-08 00:23:42 +04:00

13 lines
262 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);
struct cr_options;
void show_utsns(int fd);
int prepare_utsns(int pid);
extern struct ns_desc uts_ns_desc;
#endif /* __CR_UTS_NS_H__ */