libnl-tiny: Generic Netlink multicast groups support
[openwrt/openwrt.git] / package / libs / libnl-tiny / src / include / netlink / genl / family.h
index 0257cbe2734ba9e938db1e3f3d9d1427948ba1eb..b7cf48fb78044e27ed8dd792c8558a213cb6c343 100644 (file)
@@ -39,6 +39,7 @@ struct genl_family
        uint32_t                gf_maxattr;
 
        struct nl_list_head     gf_ops;
+       struct nl_list_head     gf_mc_grps;
 };
 
 
@@ -47,6 +48,9 @@ extern void                   genl_family_put(struct genl_family *);
 
 extern int                     genl_family_add_op(struct genl_family *,
                                                   int, int);
+extern int                     genl_family_add_grp(struct genl_family *,
+                                       uint32_t , const char *);
+
 
 /**
  * @name Attributes