aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/transaction.h')
-rw-r--r--openbsc/include/openbsc/transaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index b6c859c71..b8a8ba291 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -14,6 +14,9 @@ struct gsm_trans {
/* Entry in list of all transactions */
struct llist_head entry;
+ /* Back pointer to the netweork struct */
+ struct gsm_network *net;
+
/* The protocol within which we live */
uint8_t protocol;