summaryrefslogtreecommitdiff
path: root/toxcore/ping.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-11-18 18:02:29 -0800
committerirungentoo <irungentoo@gmail.com>2013-11-18 18:02:29 -0800
commitcdfe09d221490f15150881b59a345c6e19957483 (patch)
treeec65664e3920152d4d56ba93ccfe5ac50ae1f07f /toxcore/ping.h
parent26efa858ec7a21e938679242cdb46799b8db7a04 (diff)
parentb132c92b3ae3aeee293a4e815336cac76c7cfe69 (diff)
Merge pull request #650 from FullName/ID-IP-basic
Significantly trimmed down version of an ID<=>IP cache.
Diffstat (limited to 'toxcore/ping.h')
-rw-r--r--toxcore/ping.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toxcore/ping.h b/toxcore/ping.h
index 32742401..361fd3ef 100644
--- a/toxcore/ping.h
+++ b/toxcore/ping.h
@@ -24,11 +24,7 @@
24#ifndef __PING_H__ 24#ifndef __PING_H__
25#define __PING_H__ 25#define __PING_H__
26 26
27#include <stdbool.h>
28
29#ifndef __PING_C__
30typedef struct PING PING; 27typedef struct PING PING;
31#endif
32 28
33/* Add nodes to the toping list. 29/* Add nodes to the toping list.
34 * All nodes in this list are pinged every TIME_TOPING seconds 30 * All nodes in this list are pinged every TIME_TOPING seconds