X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fnetlink.h;h=7c4dbe91e033d7cb27cba727d6b65c09fca338fe;hb=637abcbee958ae92d12231703b5357786e4ec9f1;hp=afe2277ec5986fb79ddd24bdb280f14e51374ff3;hpb=8be9fec67a4ab8a9054222674755c0e791d61d8e;p=cascardo%2Fovs.git diff --git a/lib/netlink.h b/lib/netlink.h index afe2277ec..7c4dbe91e 100644 --- a/lib/netlink.h +++ b/lib/netlink.h @@ -59,6 +59,7 @@ void *nl_msg_push_uninit(struct ofpbuf *, size_t); /* Appending attributes. */ void *nl_msg_put_unspec_uninit(struct ofpbuf *, uint16_t type, size_t); +void *nl_msg_put_unspec_zero(struct ofpbuf *, uint16_t type, size_t); void nl_msg_put_unspec(struct ofpbuf *, uint16_t type, const void *, size_t); void nl_msg_put_flag(struct ofpbuf *, uint16_t type); void nl_msg_put_u8(struct ofpbuf *, uint16_t type, uint8_t value);