osmocore: Add a direct l4h to the union of l4h pointers
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 22 Mar 2010 02:11:10 +0000 (03:11 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 22 Mar 2010 02:11:10 +0000 (03:11 +0100)
This is needed for the BSSAP code of the On Waves/BSC master branch

include/osmocore/msgb.h

index 754918e..31db719 100644 (file)
@@ -46,6 +46,7 @@ struct msgb {
        union {
                unsigned char *smsh;
                unsigned char *llch;
+               unsigned char *l4h;
        };
 
        /* the layer 5 header, GPRS: GMM header */