summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-17 19:53:08 +0000
committerdim <dim@FreeBSD.org>2011-12-17 19:53:08 +0000
commite166d57d964157004e8efbe5c153ba9b2dbc5645 (patch)
tree59601fa7c67fada0dfbb9de3b3c8cb264869473b /usr.sbin/bsnmpd
parent62646ab53e077943e7adeaa7764aec921e36c8bd (diff)
downloadFreeBSD-src-e166d57d964157004e8efbe5c153ba9b2dbc5645.zip
FreeBSD-src-e166d57d964157004e8efbe5c153ba9b2dbc5645.tar.gz
In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correct
enumeration types for the mesh_peering and mesh_forwarding members of struct wlan_iface, to fix enum conversion warnings. MFC after: 1 week
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
index 16632d3..9e184f5 100644
--- a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
+++ b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
@@ -175,8 +175,8 @@ struct wlan_iface {
struct wlan_maclist mac_maclist;
uint32_t mesh_ttl;
- enum TruthValue mesh_peering;
- enum TruthValue mesh_forwarding;
+ enum wlanMeshPeeringEnabled mesh_peering;
+ enum wlanMeshForwardingEnabled mesh_forwarding;
enum wlanMeshMetric mesh_metric;
enum wlanMeshPath mesh_path;
enum wlanHWMPRootMode hwmp_root_mode;
OpenPOWER on IntegriCloud