aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmtp/mtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmtp/mtp.h')
-rw-r--r--src/libmtp/mtp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libmtp/mtp.h b/src/libmtp/mtp.h
index d1f7ac7..6d44d81 100644
--- a/src/libmtp/mtp.h
+++ b/src/libmtp/mtp.h
@@ -70,10 +70,10 @@ typedef struct mtp {
int local_outage; /* current local processor outage */
int remote_outage; /* current remote processor outage */
int tx_lssu; /* what LSSU status to transmit (-1 for nothing) */
- struct timer t1; /* timer "alignment ready" */
- struct timer t2; /* timer "not aligned" */
- struct timer t3; /* timer "aligned" */
- struct timer t4; /* proving period timer */
+ struct osmo_timer_list t1; /* timer "alignment ready" */
+ struct osmo_timer_list t2; /* timer "not aligned" */
+ struct osmo_timer_list t3; /* timer "aligned" */
+ struct osmo_timer_list t4; /* proving period timer */
int proving_try; /* counts number of proving attempts */
int further_proving;/* flag that indicates another proving attempt */