aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmt/transaction.h')
-rw-r--r--src/nmt/transaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmt/transaction.h b/src/nmt/transaction.h
index 6af4501..fcfc4d8 100644
--- a/src/nmt/transaction.h
+++ b/src/nmt/transaction.h
@@ -14,7 +14,7 @@ typedef struct transaction {
nmt_t *nmt; /* pointer to nmt instance, if bound to a channel */
int callref; /* callref for transaction */
struct nmt_subscriber subscriber;
- struct timer timer;
+ struct osmo_timer_list timer;
int page_try; /* number of paging try */
/* caller ID */