mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
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>
This commit is contained in:
committed by
Pavel Emelyanov
parent
439637fb07
commit
830d92b0f0
@@ -10,4 +10,5 @@ struct cr_options;
|
||||
int try_show_namespaces(int pid, struct cr_options *);
|
||||
int switch_ns(int pid, int type, char *ns, int *rst);
|
||||
int restore_ns(int rst, int type);
|
||||
#endif
|
||||
|
||||
#endif /* __CR_NS_H__ */
|
||||
|
Reference in New Issue
Block a user