summaryrefslogtreecommitdiffstats
path: root/src/platform_cfg.h
diff options
context:
space:
mode:
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);