aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 01:48:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:28 +0100
commit1b5d846b461a5e197646b6db35b49ceb0d867481 (patch)
tree3a9ed3959682481746dcf6bb4d303cb332cb0ad4 /include
parentb27c9626e8e1c17e5100dab664d6d904ce2f65ac (diff)
mtp: Stop hardcoding the supported SSN inside the mtp_layer3.c
Stop hardcoding the supported ssn's inside the mtp_layer3.c and make it possible to allow to configure this in the future.
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 142c869..eed113f 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -66,6 +66,9 @@ struct mtp_link_set {
struct mtp_link *slc[16];
int sltm_once;
+ /* ssn map */
+ int supported_ssn[256];
+
int pcap_fd;
/* special handling */