From 2685d06d9d30d6b4e2fe0009ffc67f42b8f24787 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 30 Nov 2022 22:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Network/fgcom.hxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Network/fgcom.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Network/fgcom.hxx b/src/Network/fgcom.hxx index cd0c0df..e510271 100644 --- a/src/Network/fgcom.hxx +++ b/src/Network/fgcom.hxx @@ -83,6 +83,8 @@ private: int _currentCallIdent = -1; //int _callComm1; int _listener_active = 0; + bool _connected = false; + std::string _server; std::string _callsign; std::string _username;