forked from lthn/blockchain
fixed another linux-specific compilation problem
This commit is contained in:
parent
cadb3d033a
commit
ccc761df3a
1 changed files with 2 additions and 2 deletions
|
|
@ -668,7 +668,7 @@ namespace epee
|
|||
|
||||
bool shutdown()
|
||||
{
|
||||
blocked_mode_client::shutdown();
|
||||
blocked_mode_client_t<is_ssl>::shutdown();
|
||||
m_send_deadline.cancel();
|
||||
return true;
|
||||
}
|
||||
|
|
@ -753,7 +753,7 @@ namespace epee
|
|||
}
|
||||
|
||||
// Put the actor back to sleep.
|
||||
m_send_deadline.async_wait(boost::bind(&async_blocked_mode_client::check_send_deadline, this));
|
||||
m_send_deadline.async_wait(boost::bind(&async_blocked_mode_client_t<is_ssl>::check_send_deadline, this));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue