diff options
Diffstat (limited to 'net/rds/rds.h')
-rw-r--r-- | net/rds/rds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rds/rds.h b/net/rds/rds.h index 2f19d49fac9c..b57cb50c1f22 100644 --- a/net/rds/rds.h +++ b/net/rds/rds.h | |||
@@ -92,6 +92,7 @@ struct rds_connection { | |||
92 | struct rds_cong_map *c_fcong; | 92 | struct rds_cong_map *c_fcong; |
93 | 93 | ||
94 | spinlock_t c_send_lock; /* protect send ring */ | 94 | spinlock_t c_send_lock; /* protect send ring */ |
95 | atomic_t c_send_generation; | ||
95 | struct rds_message *c_xmit_rm; | 96 | struct rds_message *c_xmit_rm; |
96 | unsigned long c_xmit_sg; | 97 | unsigned long c_xmit_sg; |
97 | unsigned int c_xmit_hdr_off; | 98 | unsigned int c_xmit_hdr_off; |