diff options
| author | Cory Fields <[email protected]> | 2016-05-21 12:04:02 +0200 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-09-08 12:24:06 -0400 |
| commit | adf5d4c2e4e7a2979a6ca6de806151fe04c23162 (patch) | |
| tree | 00608baf1c5e60f0858685ba54421def4cb91341 /src/net.h | |
| parent | net: move messageHandlerCondition to CConnman (diff) | |
| download | discoin-adf5d4c2e4e7a2979a6ca6de806151fe04c23162.tar.xz discoin-adf5d4c2e4e7a2979a6ca6de806151fe04c23162.zip | |
net: SocketSendData returns written size
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ unsigned short GetListenPort(); bool BindListenPort(const CService &bindAddr, std::string& strError, bool fWhitelisted = false); bool StartNode(CConnman& connman, boost::thread_group& threadGroup, CScheduler& scheduler, std::string& strNodeError); bool StopNode(CConnman& connman); -void SocketSendData(CNode *pnode); +size_t SocketSendData(CNode *pnode); struct CombinerAll { |