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:
committed by
Cyrill Gorcunov
parent
d5fa75c004
commit
82e548ecca
@@ -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);
|
||||
|
Reference in New Issue
Block a user