Rename variables in Session class

This commit is contained in:
Chocobo1 2019-10-29 23:16:22 +08:00
commit 29fe0029f0
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 10 additions and 10 deletions

View file

@ -574,8 +574,8 @@ namespace BitTorrent
lt::session *m_nativeSession = nullptr;
bool m_deferredConfigureScheduled = false;
bool m_IPFilteringChanged = true; // initialization require this to be true
bool m_listenInterfaceChanged = true; // initialization require this to be true
bool m_IPFilteringConfigured = false;
bool m_listenInterfaceConfigured = false;
CachedSettingValue<bool> m_isDHTEnabled;
CachedSettingValue<bool> m_isLSDEnabled;