about summary refs log tree commit homepage
path: root/mgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mgmt.c')
-rw-r--r--mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgmt.c b/mgmt.c
index 42d6778..6a0a12a 100644
--- a/mgmt.c
+++ b/mgmt.c
@@ -83,7 +83,7 @@ MOG_NOINLINE static void mgmt_close(struct mog_fd *mfd)
         mog_fd_put(mfd);
 }
 
-/* called if epoll/kevent is out-of-space */
+/* called only if epoll/kevent is out-of-space (see mog_http_drop) */
 void mog_mgmt_drop(struct mog_fd *mfd)
 {
         struct mog_mgmt *mgmt = &mfd->as.mgmt;