summaryrefslogtreecommitdiffstats
path: root/include/mm.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-07-31 14:26:40 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-31 18:49:23 +0200
commitfcadf4c79fb803d1a3958b9c0758a25c9d317cc4 (patch)
tree541ac9e458362a95a5c7713806ecc5c15ba5f2bd /include/mm.h
parent29e67ec15557596b9f7450c7845c51f8e3d4732c (diff)
mm: store TPUI on identity assignment
Store the TPUI when successfully accpeting temporary identity assignement in PP mode. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/mm.h')
-rw-r--r--include/mm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mm.h b/include/mm.h
index 8065b6a..1f7fb17 100644
--- a/include/mm.h
+++ b/include/mm.h
@@ -355,6 +355,7 @@ struct dect_mm_procedure {
uint8_t priority;
uint8_t retransmissions;
struct dect_transaction transaction;
+ struct dect_ie_collection *iec;
struct dect_timer *timer;
};