summaryrefslogtreecommitdiffstats
path: root/src/platform_cfg.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-03-03 11:40:57 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-03-03 11:40:57 +0200
commite33e37ef326a7b240e152ee8e7a1ec8ac6cd749d (patch)
tree74a57054ea5cb91e4aa0e61baaacc9bcfddc72e0 /src/platform_cfg.h
parent6d69e95c296d2a2f3081a3934f89f25321e47182 (diff)
changing "latency" to "rx" + rx core options logic fix
indentation fix, whitespace cleanup
Diffstat (limited to 'src/platform_cfg.h')
-rwxr-xr-xsrc/platform_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform_cfg.h b/src/platform_cfg.h
index e8f93d0b..682f33e8 100755
--- a/src/platform_cfg.h
+++ b/src/platform_cfg.h
@@ -141,7 +141,7 @@ public:
}
bool m_is_exists;
uint32_t m_master_thread;
- uint32_t m_latency_thread;
+ uint32_t m_rx_thread;
std::vector <CPlatformDualIfYamlInfo> m_dual_if;
public:
void Dump(FILE *fd);