summaryrefslogtreecommitdiff
path: root/openbox/ping.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-16 18:16:49 -0500
committerDana Jansens <danakj@orodu.net>2008-01-16 18:16:49 -0500
commit2ee4251092a70af6a7c1826aaef01506dfcbf556 (patch)
tree8540f9138188db51437ab883871e8457c1d2c478 /openbox/ping.h
parent9e18dbe0eed4f23909a0566dbc8b55b1bac470b8 (diff)
use unique IDs for pings rather than a timestamp. avoids duplicates.
Diffstat (limited to 'openbox/ping.h')
-rw-r--r--openbox/ping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/ping.h b/openbox/ping.h
index 0b6dfead..9f5c157b 100644
--- a/openbox/ping.h
+++ b/openbox/ping.h
@@ -36,6 +36,6 @@ typedef void (*ObPingEventHandler) (struct _ObClient *c, gboolean dead);
void ping_start(struct _ObClient *c, ObPingEventHandler h);
void ping_stop(struct _ObClient *c);
-void ping_got_pong(Time timestamp);
+void ping_got_pong(guint32 id);
#endif