summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 996c34a681..e0a2189675 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -69,9 +69,8 @@ private:
CToxThread *toxThread;
mir_cs profileLock;
TCHAR *accountName;
- HANDLE hNetlib, hPollingThread;
+ HANDLE hPollingThread;
CTransferList transfers;
- CLogger *logger;
ULONG hMessageProcess;
static HANDLE hProfileFolderPath;
@@ -93,7 +92,9 @@ private:
// tox network
bool IsOnline();
- void BootstrapNode(const char *address, int port, const char *pubKey);
+ void BootstrapUdpNode(const char *address, int port, const char *pubKey);
+ void BootstrapTcpRelay(const char *address, int port, const char *pubKey);
+
void BootstrapNodesFromDb(bool isIPv6);
void BootstrapNodesFromJson(bool isIPv6);
void BootstrapNodes();