diff options
Diffstat (limited to 'sys/net/if_pflow.h')
-rw-r--r-- | sys/net/if_pflow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pflow.h b/sys/net/if_pflow.h index 1aacf25206e..a4cc724d06f 100644 --- a/sys/net/if_pflow.h +++ b/sys/net/if_pflow.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflow.h,v 1.21 2023/12/11 14:25:09 mvs Exp $ */ +/* $OpenBSD: if_pflow.h,v 1.22 2023/12/12 00:03:31 mvs Exp $ */ /* * Copyright (c) 2008 Henning Brauer <henning@openbsd.org> @@ -192,7 +192,7 @@ struct pflow_softc { unsigned int sc_maxcount; /* [m] */ unsigned int sc_maxcount4; /* [m] */ unsigned int sc_maxcount6; /* [m] */ - u_int64_t sc_gcounter; /* [m] */ + u_int32_t sc_gcounter; /* [m] */ u_int32_t sc_sequence; /* [m] */ struct timeout sc_tmo; struct timeout sc_tmo6; |