aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/garp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/garp.h')
-rw-r--r--include/net/garp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/garp.h b/include/net/garp.h
index f4c295984c45..834d8add9e5f 100644
--- a/include/net/garp.h
+++ b/include/net/garp.h
@@ -104,10 +104,12 @@ struct garp_applicant {
struct sk_buff_head queue;
struct sk_buff *pdu;
struct rb_root gid;
+ struct rcu_head rcu;
};
struct garp_port {
struct garp_applicant __rcu *applicants[GARP_APPLICATION_MAX + 1];
+ struct rcu_head rcu;
};
extern int garp_register_application(struct garp_application *app);