mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 20:22:21 -04:00
some fixes
This commit is contained in:
parent
296ae46ed8
commit
8efa1313f3
67 changed files with 1523 additions and 757 deletions
|
@ -429,7 +429,7 @@ namespace net_utils
|
|||
|
||||
}
|
||||
|
||||
inline bool recv_n(std::string& buff, boost::int64_t sz)
|
||||
inline bool recv_n(std::string& buff, int64_t sz)
|
||||
{
|
||||
|
||||
try
|
||||
|
@ -564,7 +564,7 @@ namespace net_utils
|
|||
bool m_initialized;
|
||||
bool m_connected;
|
||||
boost::asio::deadline_timer m_deadline;
|
||||
volatile boost::uint32_t m_shutdowned;
|
||||
volatile uint32_t m_shutdowned;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue