diff options
author | Thomas GraF <tgraf@suug.ch> | 2010-11-04 18:35:57 (GMT) |
---|---|---|
committer | Thomas GraF <tgraf@suug.ch> | 2010-11-04 18:35:57 (GMT) |
commit | d283c8e889a64771ff4d42a56c1ce64fa3395ed8 (patch) | |
tree | f1e338a40aabd3fae6fc5840c1712a45fd81456f | |
parent | 738ee7fea1be1eb404dbaeed291320e605524f1e (diff) | |
download | libnl-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |