]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-netlink/netlink-internal.h
sd-netlink: drop sd_genl_family_t and introduce GenericNetlinkFamily
[thirdparty/systemd.git] / src / libsystemd / sd-netlink / netlink-internal.h
index e19b460bcd9ca199a9596e68488e67264e669fb4..2594885fe65030c0285d1a187ba3e943148fa3d7 100644 (file)
@@ -95,8 +95,8 @@ struct sd_netlink {
         sd_event_source *exit_event_source;
         sd_event *event;
 
-        Hashmap *genl_family_to_nlmsg_type;
-        Hashmap *nlmsg_type_to_genl_family;
+        Hashmap *genl_family_by_name;
+        Hashmap *genl_family_by_id;
 };
 
 struct netlink_attribute {