aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 02:52:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 04:57:41 +0800
commit9aa8c8bb35f4c5fe78f514f9ecece20f26cea808 (patch)
tree2e2409ee24d718474031212ee849828cb3a597e0 /include
parent444d8d1234d9ea6b36cb34517be3ee96c3319208 (diff)
sccp: Make it possible to have a POC inside the sockaddr_sccp.
Embed the POC, add the indicator, add the POC byte.
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index 7c75b0c..6305704 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -58,6 +58,9 @@ struct sockaddr_sccp {
/* any of SCCP_TITLE_IND_* */
uint8_t gti_ind;
+ int use_poi;
+ uint8_t poi[2];
+
/* not sure about these */
/* uint8_t sccp_class; */
};