Revert TmqhFlowMode alignment as it breaks on CLANG

pull/724/merge
Victor Julien 12 years ago
parent 9874c1a83b
commit 1cce207c05

@ -26,13 +26,9 @@
typedef struct TmqhFlowMode_ { typedef struct TmqhFlowMode_ {
PacketQueue *q; PacketQueue *q;
#if __WORDSIZE == 32
uint32_t pad1;
#endif
SC_ATOMIC_DECLARE(uint64_t, total_packets); SC_ATOMIC_DECLARE(uint64_t, total_packets);
SC_ATOMIC_DECLARE(uint64_t, total_flows); SC_ATOMIC_DECLARE(uint64_t, total_flows);
uint32_t pad[10]; } TmqhFlowMode;
} TmqhFlowMode __attribute__((aligned(64)));
/** \brief Ctx for the flow queue handler /** \brief Ctx for the flow queue handler
* \param size number of queues to output to * \param size number of queues to output to

Loading…
Cancel
Save