summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2010-02-22 16:16:16 +0000
committerrwatson <rwatson@FreeBSD.org>2010-02-22 16:16:16 +0000
commit79e4f88402f3df94e09cde1c1148ee7c40fcf132 (patch)
treeaab7ed978ca6591a990828ad86cfb02513cbeb5f
parent0484351db0a696d33a56d17e4c025b0b98130146 (diff)
downloadFreeBSD-src-79e4f88402f3df94e09cde1c1148ee7c40fcf132.zip
FreeBSD-src-79e4f88402f3df94e09cde1c1148ee7c40fcf132.tar.gz
Fix constant assignment for netisr protocol information sysctl.
MFC after: 1 week Spotted by: bz
-rw-r--r--sys/net/netisr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index e5ccbdb..a12ed5e 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -92,7 +92,7 @@ struct sysctl_netisr_proto {
*/
#define NETISR_SNP_FLAGS_M2FLOW 0x00000001 /* nh_m2flow */
#define NETISR_SNP_FLAGS_M2CPUID 0x00000002 /* nh_m2cpuid */
-#define NETISR_SNP_FLAGS_DRAINEDCPU 0x00000003 /* nh_drainedcpu */
+#define NETISR_SNP_FLAGS_DRAINEDCPU 0x00000004 /* nh_drainedcpu */
/*
* Next, a structure per-workstream, with per-protocol data, exported as
OpenPOWER on IntegriCloud