aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 18:55:38 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 18:55:38 +0800
commitd9b18f8c21f25cc3ca6bb8429227af84cc7cf7b4 (patch)
treef2c0e2117a461c83ecc4afe86b4707fba394945d
parentca157ed3c38b137aa4edc00a36f90a428bc824bd (diff)
mgcp: u_int32_t -> uint32_t
-rw-r--r--openbsc/src/mgcp/mgcp_network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/mgcp/mgcp_network.c b/openbsc/src/mgcp/mgcp_network.c
index 911bb2602..b9b5eef8e 100644
--- a/openbsc/src/mgcp/mgcp_network.c
+++ b/openbsc/src/mgcp/mgcp_network.c
@@ -58,8 +58,8 @@ struct rtp_hdr {
payload_type:7;
#endif
u_int16_t sequence;
- u_int32_t timestamp;
- u_int32_t ssrc;
+ uint32_t timestamp;
+ uint32_t ssrc;
} __attribute__((packed));