From: Ben Pfaff Date: Mon, 2 Mar 2009 18:31:32 +0000 (-0800) Subject: Add comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4834085f0dcbdcd05491020f60358d5af39f8922;p=openvswitch Add comment. --- diff --git a/lib/netlink.c b/lib/netlink.c index e1b27a78..52416a63 100644 --- 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. *