X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnet.h;h=ed9954bd7d48f199d3893ac2ed9be0b1516bb206;hb=6b8de05d0a6696dff4b7dccec5b74889f3cdc486;hp=b44cc5d9b5eed37c57593941c0cae2aca18426f1;hpb=01a196e08db49d83cf6c5abd8a799c56dcfef503;p=novacoin.git diff --git a/src/net.h b/src/net.h index b44cc5d..ed9954b 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 mapAlreadyAskedFor; - +/** Information about a peer */ class CNode { public: