mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
usk: The INFLIGHT flag is no longer used
It was required before we switched to socketpair restore scheme. Now it's not required, sockets just connect to the peer they want to. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -93,14 +93,12 @@ struct pipe_data_entry {
|
||||
*/
|
||||
#define PIPE_NONALIG_DATA (15 * PAGE_SIZE)
|
||||
|
||||
#define USK_INFLIGHT 1
|
||||
|
||||
struct unix_sk_entry {
|
||||
u32 id;
|
||||
u8 type;
|
||||
u8 state;
|
||||
u8 namelen; /* fits UNIX_PATH_MAX */
|
||||
u8 flags;
|
||||
u8 pad;
|
||||
u32 backlog;
|
||||
u32 peer;
|
||||
u8 name[0];
|
||||
|
Reference in New Issue
Block a user