From 4834085f0dcbdcd05491020f60358d5af39f8922 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 2 Mar 2009 10:31:32 -0800 Subject: [PATCH] Add comment. --- lib/netlink.c | 2 ++ 1 file changed, 2 insertions(+) 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. * -- 2.30.2