From 2ee4251092a70af6a7c1826aaef01506dfcbf556 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 Jan 2008 18:16:49 -0500 Subject: use unique IDs for pings rather than a timestamp. avoids duplicates. --- openbox/ping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/ping.h') 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 -- cgit v1.2.3