diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-03-24 00:22:25 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-03-24 00:22:25 +0000 |
commit | aa09ae8a755b2256a7314dd2c0c8367640262d3a (patch) | |
tree | 59a2f17ffc8307fc045c0fdba1af447377613696 /sys/netipx/spx_usrreq.c | |
parent | 4ddef680b0b23e4d8b1e157bb1975c322d7b40aa (diff) | |
download | FreeBSD-src-aa09ae8a755b2256a7314dd2c0c8367640262d3a.zip FreeBSD-src-aa09ae8a755b2256a7314dd2c0c8367640262d3a.tar.gz |
Move definition of spxrexmtthresh to top of file with other global
variables.
MFC after: 1 month
Diffstat (limited to 'sys/netipx/spx_usrreq.c')
-rw-r--r-- | sys/netipx/spx_usrreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c index d41065c..4ffafc3 100644 --- a/sys/netipx/spx_usrreq.c +++ b/sys/netipx/spx_usrreq.c @@ -72,6 +72,7 @@ static int spx_hardnosed; static int spx_use_delack = 0; static int traceallspxs = 0; static struct spx_istat spx_istat; +static int spxrexmtthresh = 3; /* Following was struct spxstat spxstat; */ #ifndef spxstat @@ -381,8 +382,6 @@ bad: m_freem(m); } -static int spxrexmtthresh = 3; - /* * This is structurally similar to the tcp reassembly routine * but its function is somewhat different: It merely queues |