2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

socket.c: use const whenever possible

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Kir Kolyshkin
2012-02-10 17:53:56 +04:00
committed by Cyrill Gorcunov
parent d5fa75c004
commit 82e548ecca
2 changed files with 32 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
#include <stdbool.h>
struct cr_fdset;
extern int try_dump_socket(pid_t pid, int fd, struct cr_fdset *cr_fdset);
extern int try_dump_socket(pid_t pid, int fd, const struct cr_fdset *cr_fdset);
extern int collect_sockets(void);
extern int prepare_sockets(int pid);