Add missing argument in rtnl_link_change example

Signed-off-by: Miguel Di Ciurcio Filho <miguel.filho@gmail.com>
This commit is contained in:
Miguel Di Ciurcio Filho 2011-02-23 11:13:12 -03:00 committed by Thomas Graf
parent d8d67c0a4c
commit 59c3474b3d

View file

@ -112,7 +112,7 @@
* // Two ways exist to commit this change request, the first one is to
* // build the required netlink message and send it out in one single
* // step:
* rtnl_link_change(sk, old, request);
* rtnl_link_change(sk, old, request, 0);
*
* // An alternative way is to build the netlink message and send it
* // out yourself using nl_send_auto_complete()