git-svn-id: svn://db.shs.com.ru/pip@320 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-03-16 15:42:04 +00:00
parent f1c4fe515f
commit a091767c98

View File

@@ -116,6 +116,8 @@ public:
protected: protected:
virtual Tout calc(Tin &v, bool &ok) = 0; virtual Tout calc(Tin &v, bool &ok) = 0;
uint max_size;
private: private:
void begin() {cnt = 0;} void begin() {cnt = 0;}
void run() { void run() {
@@ -153,7 +155,6 @@ private:
PIMutex mutex_l; PIMutex mutex_l;
bool wait_next_pipe; bool wait_next_pipe;
bool next_overload; bool next_overload;
uint max_size;
ullong cnt; ullong cnt;
PIQueue<Tin> in; PIQueue<Tin> in;
Tout last; Tout last;