mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
files: Rename argument to sock
It's unclear why we've had two different names for same argument. Moreover, "tsk" is definitely misnamed feature. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
969ca6d9bf
commit
19672e9cd1
@@ -77,7 +77,7 @@ extern void file_desc_add(struct file_desc *d, u32 id, struct file_desc_ops *ops
|
||||
extern struct fdinfo_list_entry *file_master(struct file_desc *d);
|
||||
extern struct file_desc *find_file_desc_raw(int type, u32 id);
|
||||
|
||||
extern int send_fd_to_peer(int fd, struct fdinfo_list_entry *fle, int transport);
|
||||
extern int send_fd_to_peer(int fd, struct fdinfo_list_entry *fle, int sock);
|
||||
extern int restore_fown(int fd, FownEntry *fown);
|
||||
extern int rst_file_params(int fd, FownEntry *fown, int flags);
|
||||
|
||||
|
Reference in New Issue
Block a user