From 1cce207c0502c4122282db366c54ed95bbd342b2 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 13 Dec 2013 12:50:43 +0100 Subject: [PATCH] Revert TmqhFlowMode alignment as it breaks on CLANG --- src/tmqh-flow.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/tmqh-flow.h b/src/tmqh-flow.h index a423f66792..ccf9263337 100644 --- a/src/tmqh-flow.h +++ b/src/tmqh-flow.h @@ -26,13 +26,9 @@ typedef struct TmqhFlowMode_ { PacketQueue *q; -#if __WORDSIZE == 32 - uint32_t pad1; -#endif SC_ATOMIC_DECLARE(uint64_t, total_packets); SC_ATOMIC_DECLARE(uint64_t, total_flows); - uint32_t pad[10]; -} TmqhFlowMode __attribute__((aligned(64))); +} TmqhFlowMode; /** \brief Ctx for the flow queue handler * \param size number of queues to output to