]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Correctly state the process of sending a netlink message. A message
authorThomas GraF <tgraf@suug.ch>
Thu, 4 Nov 2010 18:35:57 +0000 (19:35 +0100)
committerThomas GraF <tgraf@suug.ch>
Thu, 4 Nov 2010 18:35:57 +0000 (19:35 +0100)
passes through nl_send_iovec() before hitting nl_sendmsg()

lib/doc.c

index 7e68bb30a5954b4f4034b44e854d4f8b3226c61e..4272a59c0d8cd9872570f89eb5c1130928baf2f8 100644 (file)
--- a/lib/doc.c
+++ b/lib/doc.c
  *             |- - - - - - - - - - - - - - - - - - - - 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)