mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
fdset: Kill ability to re-use fdset
It's not required any longer. Now fdsets are allocated one-by-one only when required and there's no need in adding new fds to existing sets. Thus just remove the last arg from cr_fdset_open. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -143,7 +143,7 @@ int cr_show(unsigned long pid, struct cr_options *opts);
|
||||
int convert_to_elf(char *elf_path, int fd_core);
|
||||
int cr_check(void);
|
||||
|
||||
struct cr_fdset *cr_dump_fdset_open(int pid, unsigned long use_mask, struct cr_fdset *);
|
||||
struct cr_fdset *cr_dump_fdset_open(int pid, unsigned long use_mask);
|
||||
struct cr_fdset *cr_show_fdset_open(int pid, unsigned long use_mask);
|
||||
void close_cr_fdset(struct cr_fdset **cr_fdset);
|
||||
|
||||
|
Reference in New Issue
Block a user