Commit 44a05e70 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

ips_ns.h: Add CR_ prefix to header defines

Reported-by: 's avatarStanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 1824611b
#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_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment