aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index b44cc5d9b5..ed9954bd7d 100644
--- a/src/net.h
+++ b/src/net.h
@@ -69,7 +69,7 @@ public:
};
-
+/** Thread types */
enum threadId
{
THREAD_SOCKETHANDLER,
@@ -105,7 +105,7 @@ extern std::map<CInv, int64> mapAlreadyAskedFor;
-
+/** Information about a peer */
class CNode
{
public: