From 3c6404cd942f3b69968a390fae2a57dd2980e21a Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Sat, 5 Aug 2006 21:36:31 +0000 Subject: fixed message reply timeout --- common/glib-ectomy.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'common/glib-ectomy.h') diff --git a/common/glib-ectomy.h b/common/glib-ectomy.h index 333687b1..f52a9ce2 100644 --- a/common/glib-ectomy.h +++ b/common/glib-ectomy.h @@ -36,15 +36,10 @@ typedef struct _GIOChannel { typedef gboolean (*GSourceFunc) (gpointer data); -typedef struct { - glong tv_sec; - glong tv_usec; -} time_val_t; - struct timeout { guint id; guint interval; - time_val_t expiration; + struct timeval expiration; gpointer data; GSourceFunc function; }; -- cgit