summaryrefslogtreecommitdiff
path: root/sys/net/if_pflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_pflow.h')
-rw-r--r--sys/net/if_pflow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pflow.h b/sys/net/if_pflow.h
index e51da7f83e5..cceaf096b1a 100644
--- a/sys/net/if_pflow.h
+++ b/sys/net/if_pflow.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pflow.h,v 1.3 2008/10/28 15:51:27 gollo Exp $ */
+/* $OpenBSD: if_pflow.h,v 1.4 2009/01/03 21:47:32 gollo Exp $ */
/*
* Copyright (c) 2008 Henning Brauer <henning@openbsd.org>
@@ -66,7 +66,7 @@ struct pflow_softc {
unsigned int sc_count;
unsigned int sc_maxcount;
- u_int32_t sc_gcounter;
+ u_int64_t sc_gcounter;
struct ip_moptions sc_imo;
struct timeout sc_tmo;
struct in_addr sc_sender_ip;