aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_ms.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-04-20 16:52:40 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-04-21 14:36:28 +0200
commitf086fede93535d9019b1c515ece6508f5319f83f (patch)
tree1a66a2a020e8727e3b10f514d51388347ccc78c9 /src/gprs_ms.h
parentb53230acecfea4040d93059a957e837ae2756c14 (diff)
ms: Rename field timer -> release_timer
Rename it so that it becomes clear what the timer is used for. Change-Id: Id4738ea196b232858e1ec9cdc439f9b81839058f
Diffstat (limited to 'src/gprs_ms.h')
-rw-r--r--src/gprs_ms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_ms.h b/src/gprs_ms.h
index 4f6456e7..b2b3274f 100644
--- a/src/gprs_ms.h
+++ b/src/gprs_ms.h
@@ -79,7 +79,7 @@ struct GprsMs {
struct osmo_timer_list llc_timer;
struct osmo_use_count use_count;
- struct osmo_timer_list timer;
+ struct osmo_timer_list release_timer;
int64_t last_cs_not_low;