projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985b0ac
)
Add comment.
author
Ben Pfaff
<blp@nicira.com>
Mon, 2 Mar 2009 18:31:32 +0000
(10:31 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 2 Mar 2009 20:51:59 +0000
(12:51 -0800)
lib/netlink.c
patch
|
blob
|
history
diff --git
a/lib/netlink.c
b/lib/netlink.c
index e1b27a78c7c1b826a4382f1a7bdfe3d6efac17a5..52416a632e0e4538a0ab9bc52084341dbdd8c82e 100644
(file)
--- a/
lib/netlink.c
+++ b/
lib/netlink.c
@@
-349,6
+349,8
@@
try_again:
* responsible for destroying the reply with ofpbuf_delete(). On failure,
* returns a positive errno value and stores a null pointer into '*replyp'.
*
+ * The caller is responsible for destroying 'request'.
+ *
* Bare Netlink is an unreliable transport protocol. This function layers
* reliable delivery and reply semantics on top of bare Netlink.
*