mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +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:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef IPC_NS_H_
|
#ifndef CR_IPC_NS_H_
|
||||||
#define IPC_NS_H_
|
#define CR_IPC_NS_H_
|
||||||
|
|
||||||
#include "crtools.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 dump_ipc_ns(int ns_pid, struct cr_fdset *fdset);
|
||||||
extern int prepare_ipc_ns(int pid);
|
extern int prepare_ipc_ns(int pid);
|
||||||
|
|
||||||
#endif /* IPC_NS_H_ */
|
#endif /* CR_IPC_NS_H_ */
|
||||||
|
Reference in New Issue
Block a user