aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 652c024..95d54bd 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -67,6 +67,9 @@ struct mtp_link_set {
struct llist_head links;
struct mtp_link *slc[16];
+ /* special handling */
+ int pass_all_isup;
+
/* custom data */
struct bsc_data *bsc;
};