summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2006-02-16 15:40:36 +0000
committerandre <andre@FreeBSD.org>2006-02-16 15:40:36 +0000
commit201a4f94009c982484911945dd073976fcbc30b6 (patch)
tree1cf7bcf54161058ad8b1b8ccb3e5e20521c58e33 /sys/sys
parent1372d441b5f58d5f1595729e8d1cdbbf98cf4cd7 (diff)
downloadFreeBSD-src-201a4f94009c982484911945dd073976fcbc30b6.zip
FreeBSD-src-201a4f94009c982484911945dd073976fcbc30b6.tar.gz
Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead
of being private to tcp_timer.c. Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index c9532ac..8aeca9f 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -168,6 +168,7 @@ struct sysctl_oid {
#define SYSCTL_OUT(r, p, l) (r->oldfunc)(r, p, l)
int sysctl_handle_int(SYSCTL_HANDLER_ARGS);
+int sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS);
int sysctl_handle_long(SYSCTL_HANDLER_ARGS);
int sysctl_handle_intptr(SYSCTL_HANDLER_ARGS);
int sysctl_handle_string(SYSCTL_HANDLER_ARGS);
OpenPOWER on IntegriCloud