Add comment.
authorBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 18:31:32 +0000 (10:31 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 20:51:59 +0000 (12:51 -0800)
lib/netlink.c

index e1b27a78c7c1b826a4382f1a7bdfe3d6efac17a5..52416a632e0e4538a0ab9bc52084341dbdd8c82e 100644 (file)
@@ -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.
  *