chiark / gitweb /
sd-netlink: add bridge NL params
[elogind.git] / src / libsystemd / sd-netlink / netlink-internal.h
index 67e73e992842c64fc3273aab245b0615f6c9f784..ed627444df85ff0be0445d4c2199d9f1ae9217e3 100644 (file)
@@ -97,7 +97,7 @@ struct sd_netlink {
 };
 
 struct netlink_attribute {
-        size_t offset; /* offset from hdr to attirubte */
+        size_t offset; /* offset from hdr to attribute */
 };
 
 struct netlink_container {
@@ -115,7 +115,6 @@ struct sd_netlink_message {
         struct nlmsghdr *hdr;
         struct netlink_container containers[RTNL_CONTAINER_DEPTH];
         unsigned n_containers; /* number of containers */
-        size_t next_rta_offset; /* offset from hdr to next rta */
         bool sealed:1;
         bool broadcast:1;