summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2005-04-23 02:48:27 +0000
committerNiels Provos <provos@gmail.com>2005-04-23 02:48:27 +0000
commit0cce9a01d72b65a95175ff2b48868fc5d0cbc853 (patch)
tree89a4f2b27b2b1c760c13f2edeb601c01a5099418
parent2fa38549d7b33b94994894bcb6d696127bd946dc (diff)
downloadlibevent-0cce9a01d72b65a95175ff2b48868fc5d0cbc853.tar.gz
better comment
svn:r152
-rw-r--r--evbuffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/evbuffer.c b/evbuffer.c
index 4354f0f9..e9f7e43a 100644
--- a/evbuffer.c
+++ b/evbuffer.c
@@ -242,6 +242,8 @@ bufferevent_priority_set(struct bufferevent *bufev, int priority)
return (0);
}
+/* Closing the file descriptor is the responsibility of the caller */
+
void
bufferevent_free(struct bufferevent *bufev)
{