diff options
Diffstat (limited to 'include/net/mrp.h')
-rw-r--r-- | include/net/mrp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mrp.h b/include/net/mrp.h index 92cd3fb6cf9d..b28915ffea28 100644 --- a/include/net/mrp.h +++ b/include/net/mrp.h @@ -124,6 +124,7 @@ struct mrp_applicant { struct sk_buff *pdu; struct rb_root mad; struct rcu_head rcu; + bool active; }; struct mrp_port { |