From d6d305feeb76735ee4b4e14c6bca737a5482bc19 Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 1 Aug 2018 23:02:13 +0000 Subject: Use per-instance `Mono_Time` for Messenger and onion. --- toxcore/ping.api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toxcore/ping.api.h') 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 @@ class iP_Port { struct this; } class dHT { struct this; } +class mono_Time { struct this; } class ping { struct this; -static this new(dHT::this *dht); +static this new(const mono_Time::this *mono_time, dHT::this *dht); void kill(); /** Add nodes to the to_ping list. -- cgit v1.2.3