From a091767c98148058c3811f87de7817f15eaf63c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 16 Mar 2017 15:42:04 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@320 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src/thread/pipipelinethread.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/thread/pipipelinethread.h b/src/thread/pipipelinethread.h index add23a61..648a7671 100644 --- a/src/thread/pipipelinethread.h +++ b/src/thread/pipipelinethread.h @@ -116,6 +116,8 @@ public: protected: virtual Tout calc(Tin &v, bool &ok) = 0; + uint max_size; + private: void begin() {cnt = 0;} void run() { @@ -153,7 +155,6 @@ private: PIMutex mutex_l; bool wait_next_pipe; bool next_overload; - uint max_size; ullong cnt; PIQueue in; Tout last;