pass tsA to SendPhase4

This commit is contained in:
orignal 2014-11-25 10:35:35 -05:00
parent 9eb5982ea3
commit f7ce86e0c4
2 changed files with 6 additions and 5 deletions

View file

@ -88,7 +88,7 @@ namespace transport
//server
void SendPhase2 ();
void SendPhase4 (uint32_t tsB);
void SendPhase4 (uint32_t tsA, uint32_t tsB);
void HandlePhase1Received (const boost::system::error_code& ecode, std::size_t bytes_transferred);
void HandlePhase2Sent (const boost::system::error_code& ecode, std::size_t bytes_transferred, uint32_t tsB);
void HandlePhase3Received (const boost::system::error_code& ecode, std::size_t bytes_transferred, uint32_t tsB);