aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-01 13:34:58 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-01 13:34:58 +0100
commit7a7255657797ae9fa72a93cab4e1f1d71d094ca3 (patch)
tree63e5558c4675e12ce1c9fce1c9e8c14424a30d10 /include/mtp_data.h
parentff9cd6f8f6f0c4505b4c01d8746d490eb41d7fc5 (diff)
mtp: Allow to have a different POC for SCCP
Diffstat (limited to 'include/mtp_data.h')
-rw-r--r--include/mtp_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 545c0f1..bd2a754 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -37,7 +37,7 @@
*/
struct mtp_link {
/* routing info.. */
- int dpc, opc;
+ int dpc, opc, sccp_opc;
int ni;
int spare;