aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-01-18 19:02:46 +0000
committerHarald Welte <laforge@gnumonks.org>2009-01-18 19:02:46 +0000
commitf3066bb17e43b0f1b7c14a273b2acad42927cd31 (patch)
tree15e86129c15698e780e17ec54e51d18d8ba23310 /include
parent4724f99d194a8f0f46c368f5b4e86613daace67e (diff)
add zero-length data field to abis_fom_hdr
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/abis_nm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h
index c683f1c4b..d1534158c 100644
--- a/include/openbsc/abis_nm.h
+++ b/include/openbsc/abis_nm.h
@@ -55,6 +55,7 @@ struct abis_om_fom_hdr {
u_int8_t msg_type;
u_int8_t obj_class;
struct abis_om_obj_inst obj_inst;
+ u_int8_t data[0];
} __attribute__ ((packed));
#define ABIS_OM_FOM_HDR_SIZE (sizeof(struct abis_om_hdr) + sizeof(struct abis_om_fom_hdr))