summaryrefslogtreecommitdiff
path: root/toxcore/ping.api.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-01 23:02:13 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-16 21:01:43 +0000
commitd6d305feeb76735ee4b4e14c6bca737a5482bc19 (patch)
tree99005c635a452245006b3b5de44f1dd80da9f77f /toxcore/ping.api.h
parent54066f338f185f2fbd6694d9a4877f42cbfa21c8 (diff)
Use per-instance `Mono_Time` for Messenger and onion.
Diffstat (limited to 'toxcore/ping.api.h')
-rw-r--r--toxcore/ping.api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxcore/ping.api.h b/toxcore/ping.api.h
index edc04723..e75c4e14 100644
--- a/toxcore/ping.api.h
+++ b/toxcore/ping.api.h
@@ -35,12 +35,13 @@
35 35
36class iP_Port { struct this; } 36class iP_Port { struct this; }
37class dHT { struct this; } 37class dHT { struct this; }
38class mono_Time { struct this; }
38 39
39class ping { 40class ping {
40 41
41struct this; 42struct this;
42 43
43static this new(dHT::this *dht); 44static this new(const mono_Time::this *mono_time, dHT::this *dht);
44void kill(); 45void kill();
45 46
46/** Add nodes to the to_ping list. 47/** Add nodes to the to_ping list.