Update YSFGateway.h

Add OPTIONS
This commit is contained in:
Kurt 2020-09-05 22:40:04 +02:00 committed by GitHub
parent 0e9288b133
commit 07690aa583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ private:
LINK_TYPE m_linkType;
std::string m_current;
std::string m_startup;
std::string m_options;
bool m_exclude;
CTimer m_inactivityTimer;
CTimer m_lostTimer;