diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-08-05 21:36:31 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-08-05 21:36:31 +0000 |
commit | 3c6404cd942f3b69968a390fae2a57dd2980e21a (patch) | |
tree | aebb91523397fc914c0479971d1ad6744138f535 /common/glib-ectomy.h | |
parent | 70bbff923c930053ab15601023bdc12ba0258077 (diff) |
fixed message reply timeout
Diffstat (limited to 'common/glib-ectomy.h')
-rw-r--r-- | common/glib-ectomy.h | 7 |
1 files changed, 1 insertions, 6 deletions
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; }; |