X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fnet%2Fgenetlink.h;h=93024a47e0e21f6926a7eed247683324d2497736;hb=def3117493eafd9dfa1f809d861e0031b2cc8a07;hp=bdfbe68c1c3b271bf20b2ef23d5d0325bda2f906;hpb=a9ca4043d074509b9d15003fbcb068d3cdae85a4;p=~andy%2Flinux diff --git a/include/net/genetlink.h b/include/net/genetlink.h index bdfbe68c1c3..93024a47e0e 100644 --- a/include/net/genetlink.h +++ b/include/net/genetlink.h @@ -50,6 +50,7 @@ struct genl_family { unsigned int version; unsigned int maxattr; bool netnsok; + bool parallel_ops; int (*pre_doit)(struct genl_ops *ops, struct sk_buff *skb, struct genl_info *info);