aboutsummaryrefslogtreecommitdiffstats
path: root/src/jolly/jolly.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jolly/jolly.h')
-rw-r--r--src/jolly/jolly.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jolly/jolly.h b/src/jolly/jolly.h
index 226cb61..1b61371 100644
--- a/src/jolly/jolly.h
+++ b/src/jolly/jolly.h
@@ -21,7 +21,7 @@ typedef struct jolly {
int callref; /* call reference */
char station_id[32]; /* current station ID */
char dialing[32]; /* dial string */
- struct timer timer;
+ struct osmo_timer_list timer;
/* display measurements */
dispmeasparam_t *dmp_dtmf_low;
@@ -41,7 +41,7 @@ typedef struct jolly {
double ack_phase65536; /* current phase */
int ack_count; /* counter to count down while playing ack tone */
int ack_max; /* duration in samples */
- struct timer speech_timer;
+ struct osmo_timer_list speech_timer;
char speech_string[40]; /* speech string */
int speech_digit; /* counts digits */
int speech_pos; /* counts samples */