diff options
author | iphydf <iphydf@users.noreply.github.com> | 2020-05-04 00:40:59 +0100 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2020-05-04 01:27:36 +0100 |
commit | 02a5bdc60c9ff8474a959027882048290571f806 (patch) | |
tree | 202664eeef476f77e73e63fefb59451ec5e008b7 /toxcore/onion_client.h | |
parent | 4efe541814ec2ddd073428d6928497b50c48397a (diff) |
Add logging to TCP and onion client.
Diffstat (limited to 'toxcore/onion_client.h')
-rw-r--r-- | toxcore/onion_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h index 5b6bea65..88e97dd6 100644 --- a/toxcore/onion_client.h +++ b/toxcore/onion_client.h | |||
@@ -171,7 +171,7 @@ void oniondata_registerhandler(Onion_Client *onion_c, uint8_t byte, oniondata_ha | |||
171 | 171 | ||
172 | void do_onion_client(Onion_Client *onion_c); | 172 | void do_onion_client(Onion_Client *onion_c); |
173 | 173 | ||
174 | Onion_Client *new_onion_client(Mono_Time *mono_time, Net_Crypto *c); | 174 | Onion_Client *new_onion_client(const Logger *logger, Mono_Time *mono_time, Net_Crypto *c); |
175 | 175 | ||
176 | void kill_onion_client(Onion_Client *onion_c); | 176 | void kill_onion_client(Onion_Client *onion_c); |
177 | 177 | ||