From d6d9dd67f4a1c517f11308df9db357130ce35cd1 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Mon, 23 May 2005 11:24:39 +0000 Subject: [PATCH] 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. --- usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /*