From 0cce9a01d72b65a95175ff2b48868fc5d0cbc853 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 23 Apr 2005 02:48:27 +0000 Subject: [PATCH] better comment svn:r152 --- evbuffer.c | 2 ++ 1 file changed, 2 insertions(+) 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) {