mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
Merge branch '@xemul' into dev
* @xemul:
crtools: Collect dumping fd parameters into one place
crtools: Toss dump_one_fd args around
crtools: Rename fd to lfd in dump_one_fd
crtools: Sanitize pstree construction
crtools: Remove unused printk_registers and co
crtools: Deduplicate file info showing code
crtools: Merge pstree collecting into showing
crtools: Remove unused and wrong arrays from pstree image
crtools: Remove lseeks after prep_cr_ calls
crtools: Cleanup collect_pstree in cr-show
Conflicts:
cr-dump.c
include/sockets.h
sockets.c
The conflicts are mostly because of commit
995ef5eca3
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
struct cr_fdset;
|
||||
extern int try_dump_socket(pid_t pid, char *fd_name, struct cr_fdset *cr_fdset);
|
||||
extern int try_dump_socket(pid_t pid, int fd, struct cr_fdset *cr_fdset);
|
||||
|
||||
extern int collect_sockets(void);
|
||||
extern int prepare_sockets(int pid);
|
||||
|
Reference in New Issue
Block a user