Skip to content

Commit

Permalink
RDS: Remove dead struct from rds.h
Browse files Browse the repository at this point in the history
flows are an obsolete date type.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
  • Loading branch information
Andy Grover committed Sep 9, 2010
1 parent a46f561 commit 905d64c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/linux/rds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 905d64c

Please sign in to comment.