aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-22 11:22:54 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-22 11:22:54 +0100
commit38722cca48771a791c08bd4911c208520e4eb627 (patch)
treedd1cc6583a91efb6b0d48b665f53b85cbf60a72e /openbsc/include/openbsc/ipaccess.h
parentf63bf4d8f13c1707e6fb68f0ef722caa3cb8c4ba (diff)
ipa-firmware: Write the firmware parts to a file
The first non working version to dump the content of the sdp to the terminal..
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index f34cfbd79..86248aae5 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -89,6 +89,7 @@ struct sdp_header_entry {
struct sdp_header_item {
struct sdp_header_entry header_entry;
struct llist_head entry;
+ off_t absolute_offset;
};
struct sdp_header {