Send BUMP if move failed

This commit is contained in:
Petr Baudis 2011-11-27 02:59:28 +01:00
parent de7a604e52
commit 77e555706b
3 changed files with 15 additions and 2 deletions

View file

@ -32,6 +32,8 @@ public:
void cancel(void);
private:
void bump(void);
std::string out_buf, in_buf;
pthread_mutex_t buf_lock;