summaryrefslogtreecommitdiff
path: root/navit/traffic.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2017-11-28 23:49:16 +0100
committermvglasow <michael -at- vonglasow.com>2017-11-28 23:49:16 +0100
commit348f4c4e6e75e8df6cdf1719e57e2e0ca952b2b9 (patch)
tree0aa64e24c181be1dc8c6dc07b101b21ff2883878 /navit/traffic.h
parent22ba34b4566bf4ad325253c79bab28a349c67e17 (diff)
downloadnavit-348f4c4e6e75e8df6cdf1719e57e2e0ca952b2b9.tar.gz
Add:traffic:Use timeout to poll for messages
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/traffic.h')
-rw-r--r--navit/traffic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/traffic.h b/navit/traffic.h
index a5da2779b..a0987ad7e 100644
--- a/navit/traffic.h
+++ b/navit/traffic.h
@@ -231,7 +231,7 @@ struct traffic {
struct traffic_priv *priv; /**< Private data used by the plugin */
struct traffic_methods meth; /**< Methods implemented by the plugin */
struct callback * callback; /**< The callback function for the idle loop */
- struct event_idle * idle; /**< The idle event that triggers the idle function */
+ struct event_timeout * timeout; /**< The timeout event that triggers the loop function */
};
/**