EXPERIMENTAL: custom peer collector
[novacoin.git] / src / net.h
index a98a416..8569d23 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -112,6 +112,7 @@ enum threadId
     THREAD_MINTER,
     THREAD_SCRIPTCHECK,
     THREAD_NTP,
+    THREAD_IPCOLLECTOR,
 
     THREAD_MAX
 };