From: Thomas GraF Date: Thu, 4 Nov 2010 18:35:57 +0000 (+0100) Subject: Correctly state the process of sending a netlink message. A message X-Git-Tag: libnl3_0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d283c8e889a64771ff4d42a56c1ce64fa3395ed8;p=thirdparty%2Flibnl.git Correctly state the process of sending a netlink message. A message passes through nl_send_iovec() before hitting nl_sendmsg() --- diff --git a/lib/doc.c b/lib/doc.c index 7e68bb3..4272a59 100644 --- a/lib/doc.c +++ b/lib/doc.c @@ -400,6 +400,9 @@ * |- - - - - - - - - - - - - - - - - - - - v * v cb->cb_send_ow() * nl_send(sk, msg) + * | + * v + * nl_send_iovec() * | [If available, add peer port and credentials] * v * nl_sendmsg(sk, msg, msghdr)