criu/include/uts_ns.h
Cyrill Gorcunov 830d92b0f0 headers: Unify include guards (in comments) and a few fixes
- fix names in comments
 - add empty lines where needed
 - fix rbtree.h
 - fix syscall-types.h

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-12-25 22:40:24 +04:00

11 lines
247 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, struct cr_options *);
int prepare_utsns(int pid);
#endif /* __CR_UTS_NS_H__ */