aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/rtp.h')
-rw-r--r--openbsc/include/openbsc/rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/rtp.h b/openbsc/include/openbsc/rtp.h
index 451d0defa..718fa84e6 100644
--- a/openbsc/include/openbsc/rtp.h
+++ b/openbsc/include/openbsc/rtp.h
@@ -35,4 +35,5 @@ struct rtp_hdr {
uint16_t sequence;
uint32_t timestamp;
uint32_t ssrc;
+ uint8_t data[0];
} __attribute__((packed));