aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorJerin Jacob <jerin.jacob@caviumnetworks.com>2014-10-20 17:19:14 +0530
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-10-22 14:20:19 +0400
commit8f05b91f828eebb3aa120ee73c7fc4e6ff38eedb (patch)
tree3dd5416a22fb2d14b1f7cf303dfb995f4bfdb445 /example
parent558ad1788492a89c41497b19d38a656640a0cea9 (diff)
Rename ODPH_PACKED macro
Definition of ODPH_PACKED is in include/api/odp_align.h so changing to ODP_PACKED Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> Reviewed-and-Tested-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example')
-rw-r--r--example/ipsec/odp_ipsec_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ipsec/odp_ipsec_stream.c b/example/ipsec/odp_ipsec_stream.c
index a90a47896..fa9aba805 100644
--- a/example/ipsec/odp_ipsec_stream.c
+++ b/example/ipsec/odp_ipsec_stream.c
@@ -37,7 +37,7 @@
/**
* Stream packet header
*/
-typedef struct ODPH_PACKED stream_pkt_hdr_s {
+typedef struct ODP_PACKED stream_pkt_hdr_s {
uint64be_t magic; /**< Stream magic value for verification */
uint8_t data[0]; /**< Incrementing data stream */
} stream_pkt_hdr_t;