summaryrefslogtreecommitdiffstats
path: root/src/mac_mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac_mapping.h')
-rw-r--r--src/mac_mapping.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mac_mapping.h b/src/mac_mapping.h
index 84151e8c..ed9c5d88 100644
--- a/src/mac_mapping.h
+++ b/src/mac_mapping.h
@@ -1,6 +1,6 @@
#ifndef MAC_MAPPING_H_
#define MAC_MAPPING_H_
-
+#if 0
#define INUSED 0
#define UNUSED 1
typedef struct mac_addr_align_ {
@@ -57,4 +57,6 @@ private:
std::map<uint32_t, mac_addr_align_t> m_mac_info; /* global mac info loaded form mac_file*/
};
+/*********************************************************************************/
+#endif
#endif //MAC_MAPPING_H_