ovs-numa: Fix cpu discovering if CONFIG_NUMA disabled.
[cascardo/ovs.git] / lib / netlink.h
index eed71dd..b931a41 100644 (file)
@@ -73,6 +73,8 @@ void nl_msg_put_be64(struct ofpbuf *, uint16_t type, ovs_be64 value);
 void nl_msg_put_in6_addr(struct ofpbuf *msg, uint16_t type,
                          const struct in6_addr *value);
 void nl_msg_put_odp_port(struct ofpbuf *, uint16_t type, odp_port_t value);
+void nl_msg_put_string__(struct ofpbuf *, uint16_t type, const char *value,
+                         size_t len);
 void nl_msg_put_string(struct ofpbuf *, uint16_t type, const char *value);
 
 size_t nl_msg_start_nested(struct ofpbuf *, uint16_t type);