Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864680
D4419.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
426 B
Subscribers
None
D4419.diff
View Options
diff --git a/src/seeder/bitcoin.h b/src/seeder/bitcoin.h
--- a/src/seeder/bitcoin.h
+++ b/src/seeder/bitcoin.h
@@ -49,10 +49,11 @@
void GotVersion();
- bool ProcessMessage(std::string strCommand, CDataStream &recv);
-
bool ProcessMessages();
+protected:
+ bool ProcessMessage(std::string strCommand, CDataStream &recv);
+
public:
CSeederNode(const CService &ip, std::vector<CAddress> *vAddrIn);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 21:33 (17 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865977
Default Alt Text
D4419.diff (426 B)
Attached To
D4419: Modify CSeederNode to allow more testing
Event Timeline
Log In to Comment