Revert TmqhFlowMode alignment as it breaks on CLANG

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

@ -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

Loading…
Cancel
Save