mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
RDS: Remove dead struct from rds.h
flows are an obsolete date type. Signed-off-by: Andy Grover <andy.grover@oracle.com>
This commit is contained in:
parent
a46f561b77
commit
905d64c89e
@ -112,14 +112,6 @@ struct rds_info_connection {
|
||||
uint8_t flags;
|
||||
} __attribute__((packed));
|
||||
|
||||
struct rds_info_flow {
|
||||
__be32 laddr;
|
||||
__be32 faddr;
|
||||
uint32_t bytes;
|
||||
__be16 lport;
|
||||
__be16 fport;
|
||||
} __attribute__((packed));
|
||||
|
||||
#define RDS_INFO_MESSAGE_FLAG_ACK 0x01
|
||||
#define RDS_INFO_MESSAGE_FLAG_FAST_ACK 0x02
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user