mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 21:38:16 +00:00
ips_ns.h: Add CR_ prefix to header defines
Reported-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
1824611b8e
commit
44a05e70ec
@ -1,5 +1,5 @@
|
||||
#ifndef IPC_NS_H_
|
||||
#define IPC_NS_H_
|
||||
#ifndef CR_IPC_NS_H_
|
||||
#define CR_IPC_NS_H_
|
||||
|
||||
#include "crtools.h"
|
||||
|
||||
@ -7,4 +7,4 @@ extern void show_ipc_ns(int fd);
|
||||
extern int dump_ipc_ns(int ns_pid, struct cr_fdset *fdset);
|
||||
extern int prepare_ipc_ns(int pid);
|
||||
|
||||
#endif /* IPC_NS_H_ */
|
||||
#endif /* CR_IPC_NS_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user