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 d6a04a05eb79..aa696b361e20 100644 --- a/net/rds/rds.h +++ b/net/rds/rds.h | |||
@@ -827,6 +827,7 @@ void rds_send_drop_acked(struct rds_connection *conn, u64 ack, | |||
827 | is_acked_func is_acked); | 827 | is_acked_func is_acked); |
828 | void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, | 828 | void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, |
829 | is_acked_func is_acked); | 829 | is_acked_func is_acked); |
830 | void rds_send_ping(struct rds_connection *conn, int cp_index); | ||
830 | int rds_send_pong(struct rds_conn_path *cp, __be16 dport); | 831 | int rds_send_pong(struct rds_conn_path *cp, __be16 dport); |
831 | 832 | ||
832 | /* rdma.c */ | 833 | /* rdma.c */ |