2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +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:
Cyrill Gorcunov 2012-02-01 14:38:22 +04:00
parent 1824611b8e
commit 44a05e70ec

View File

@ -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_ */