Skip to content

Commit 857b901

Browse files
SantoshShilimkarLinuxMinion
authored andcommitted
RDS: Add acl fields to the rds_connection
ACL can enabled on connections and to track them per connection, lets add couple of fields. Orabug: 23222944 Signed-off-by: Bang Ngyen <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
1 parent 092d303 commit 857b901

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

net/rds/rds.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ struct rds_connection {
288288

289289
enum rds_conn_drop_src c_drop_source;
290290
struct list_head c_laddr_node;
291+
292+
unsigned char c_acl_init;
293+
unsigned char c_acl_en;
291294
};
292295

293296
static inline

0 commit comments

Comments
 (0)