فهرست منبع

Initialize DownloadEngine::tokenAverageDuration_ to something.

Nils Maier 11 سال پیش
والد
کامیت
fd8dc921fe
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/DownloadEngine.cc

+ 2 - 1
src/DownloadEngine.cc

@@ -112,7 +112,8 @@ DownloadEngine::DownloadEngine(std::unique_ptr<EventPoll> eventPoll)
 #endif // HAVE_ARES_ADDR_NODE
     dnsCache_(make_unique<DNSCache>()),
     option_(nullptr),
-    tokenIterations_(5000)
+    tokenIterations_(5000),
+    tokenAverageDuration_(0.0)
 {
   unsigned char sessionId[20];
   util::generateRandomKey(sessionId);