aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 5742032b..3e8346c1 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -103,6 +103,8 @@ struct gprs_rlcmac_tbf {
int update();
void handle_timeout();
+ void stop_timer();
+ void stop_t3191();
struct llist_head list;
uint32_t state_flags;
@@ -239,8 +241,6 @@ void tbf_new_state(struct gprs_rlcmac_tbf *tbf,
void tbf_timer_start(struct gprs_rlcmac_tbf *tbf, unsigned int T,
unsigned int seconds, unsigned int microseconds);
-void tbf_timer_stop(struct gprs_rlcmac_tbf *tbf);
-
inline bool gprs_rlcmac_tbf::state_is(enum gprs_rlcmac_tbf_state rhs) const
{
return state == rhs;