aboutsummaryrefslogtreecommitdiffstats
path: root/src/imts/imts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imts/imts.h')
-rw-r--r--src/imts/imts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imts/imts.h b/src/imts/imts.h
index d754c90..b0d261a 100644
--- a/src/imts/imts.h
+++ b/src/imts/imts.h
@@ -61,7 +61,7 @@ typedef struct imts {
int callref; /* call reference */
char station_id[11]; /* current station ID (also used for test pattern) */
char dial_number[33]; /* number dialing */
- struct timer timer;
+ struct osmo_timer_list timer;
int last_tone; /* last tone received */
double last_sigtone_amplitude; /* amplitude of last signaling tone received */
double fast_seize; /* fast seize: guard-length - roundtrip-delay */