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

This commit is contained in:
2016-10-10 16:47:05 +00:00
parent 2e8cee48f7
commit bf2f224eb9
3 changed files with 8 additions and 6 deletions

View File

@@ -181,6 +181,7 @@ private:
void requestChDir(const PIString & d);
void sendDirToRemote(Remote * r);
bool inited__;
mutable PIStringList available_daemons;
PITimer dtimer;
PIString conn_name;
@@ -197,7 +198,6 @@ private:
Remote * _self;
RemoteMode mode;
int offset, cur, height;
bool inited__;
};
inline PIByteArray & operator <<(PIByteArray & b, const Daemon::HostInfo & v) {