mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
crtools: Merge fdset free into close
The same as previous patch -- no need in two separate calls. Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
committed by
Cyrill Gorcunov
parent
871b73674d
commit
6b83aef6a1
@@ -88,7 +88,6 @@ int convert_to_elf(char *elf_path, int fd_core);
|
||||
struct cr_fdset *prep_cr_fdset_for_dump(int pid, unsigned long use_mask);
|
||||
struct cr_fdset *prep_cr_fdset_for_restore(int pid, unsigned long use_mask);
|
||||
void close_cr_fdset(struct cr_fdset *cr_fdset);
|
||||
void free_cr_fdset(struct cr_fdset **cr_fdset);
|
||||
|
||||
void free_mappings(struct list_head *vma_area_list);
|
||||
|
||||
|
Reference in New Issue
Block a user