Commit 3665a897 authored by Kinsbursky Stanislav's avatar Kinsbursky Stanislav Committed by Cyrill Gorcunov

IPC: use constant pointers where possible

Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@parallels.com>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 530f9d90
...@@ -108,7 +108,7 @@ static int dump_ipc_var(int fd) ...@@ -108,7 +108,7 @@ static int dump_ipc_var(int fd)
return 0; return 0;
} }
static int dump_ipc_data(struct cr_fdset *fdset) static int dump_ipc_data(const struct cr_fdset *fdset)
{ {
int ret; int ret;
...@@ -127,7 +127,7 @@ static int dump_ipc_data(struct cr_fdset *fdset) ...@@ -127,7 +127,7 @@ static int dump_ipc_data(struct cr_fdset *fdset)
return 0; return 0;
} }
int dump_ipc_ns(int ns_pid, struct cr_fdset *fdset) int dump_ipc_ns(int ns_pid, const struct cr_fdset *fdset)
{ {
int fd, ret; int fd, ret;
......
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