osmocore: Add a direct l4h to the union of l4h pointers

This is needed for the BSSAP code of the On Waves/BSC master branch
This commit is contained in:
Holger Hans Peter Freyther 2010-03-22 03:11:10 +01:00
parent cbc8062ef8
commit 045cc22bae
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ struct msgb {
union {
unsigned char *smsh;
unsigned char *llch;
unsigned char *l4h;
};
/* the layer 5 header, GPRS: GMM header */