aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-23 11:24:39 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-23 11:24:39 +0000
commitd6d9dd67f4a1c517f11308df9db357130ce35cd1 (patch)
tree40c5ba7755e74fb1305daa11217ce361cf54148e /usr.sbin
parentda4969a3193512262061f341e83e66a6337ca2b6 (diff)
downloadsrc-d6d9dd67f4a1c517f11308df9db357130ce35cd1.tar.gz
src-d6d9dd67f4a1c517f11308df9db357130ce35cd1.zip
The ticks delivered by the SNMP daemon are now 64-bit, so make our
local tick variable which is used to reduce the number of updates from kernel structures and to ensure intra-PDU consistency also 64 bit.
Notes
Notes: svn path=/head/; revision=146529
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
index 5aad23b16a02..4eccc2363431 100644
--- a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
+++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
@@ -131,7 +131,7 @@ struct ngtype {
TAILQ_HEAD(ngtype_list, ngtype);
static struct ngtype_list ngtype_list;
-static u_int32_t ngtype_tick;
+static uint64_t ngtype_tick;
/*