summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas GraF <tgraf@suug.ch>2010-11-04 18:35:57 (GMT)
committerThomas GraF <tgraf@suug.ch>2010-11-04 18:35:57 (GMT)
commitd283c8e889a64771ff4d42a56c1ce64fa3395ed8 (patch)
treef1e338a40aabd3fae6fc5840c1712a45fd81456f
parent738ee7fea1be1eb404dbaeed291320e605524f1e (diff)
downloadlibnl-d283c8e889a64771ff4d42a56c1ce64fa3395ed8.zip
libnl-d283c8e889a64771ff4d42a56c1ce64fa3395ed8.tar.gz
libnl-d283c8e889a64771ff4d42a56c1ce64fa3395ed8.tar.bz2
Correctly state the process of sending a netlink message. A message
passes through nl_send_iovec() before hitting nl_sendmsg()
-rw-r--r--lib/doc.c3
1 files changed, 3 insertions, 0 deletions
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)