瀏覽代碼

OpenedSessionsNoSendBuf counter

Source commit: 530d4e6f95f945740dbeace81c07bd878b2d97f9
Martin Prikryl 2 年之前
父節點
當前提交
ee9ef8051f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      source/core/Terminal.cpp

+ 5 - 0
source/core/Terminal.cpp

@@ -8036,6 +8036,11 @@ void __fastcall TTerminal::CollectUsage()
     Configuration->Usage->Inc(L"OpenedSessionsEncrypted");
   }
 
+  if (SessionData->SendBuf == 0)
+  {
+    Configuration->Usage->Inc(L"OpenedSessionsNoSendBuf");
+  }
+
   FCollectFileSystemUsage = true;
 }
 //---------------------------------------------------------------------------