2
0
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:
Pavel Emelyanov
2012-04-06 21:43:19 +04:00
parent 705bf5aba6
commit 28a1474779
2 changed files with 1 additions and 6 deletions

View File

@@ -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];