summaryrefslogtreecommitdiffstats
path: root/sys/sys/eventhandler.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2008-03-19 09:58:25 +0000
committersobomax <sobomax@FreeBSD.org>2008-03-19 09:58:25 +0000
commitd818a8db6839fadf3aba5d6d4a2bb79483200ba3 (patch)
tree913135d9553ab4404914b1cd9cd3bbb477f85579 /sys/sys/eventhandler.h
parent5e11ba1ac44ccccea75ec21b9b34b56923fd8285 (diff)
downloadFreeBSD-src-d818a8db6839fadf3aba5d6d4a2bb79483200ba3.zip
FreeBSD-src-d818a8db6839fadf3aba5d6d4a2bb79483200ba3.tar.gz
Revert previous change - it appears that the limit I was hitting was a
maxsockets limit, not maxfiles limit. The question remains why those limits are handled differently (with error code for maxfiles but with sleep for maxsokets), but those would be addressed in a separate commit if necessary. Requested by: rwhatson, jeff
Diffstat (limited to 'sys/sys/eventhandler.h')
-rw-r--r--sys/sys/eventhandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/eventhandler.h b/sys/sys/eventhandler.h
index 716332f..7c1e001 100644
--- a/sys/sys/eventhandler.h
+++ b/sys/sys/eventhandler.h
@@ -207,7 +207,6 @@ EVENTHANDLER_DECLARE(thread_fini, thread_fini_fn);
typedef void (*uma_zone_chfn)(void *);
EVENTHANDLER_DECLARE(nmbclusters_change, uma_zone_chfn);
EVENTHANDLER_DECLARE(maxsockets_change, uma_zone_chfn);
-EVENTHANDLER_DECLARE(maxfiles_change, uma_zone_chfn);
typedef void(*schedtail_fn)(void *, struct proc *);
EVENTHANDLER_DECLARE(schedtail, schedtail_fn);
OpenPOWER on IntegriCloud