]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Revert TmqhFlowMode alignment as it breaks on CLANG
authorVictor Julien <victor@inliniac.net>
Fri, 13 Dec 2013 11:50:43 +0000 (12:50 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 13 Dec 2013 13:06:01 +0000 (14:06 +0100)
src/tmqh-flow.h

index a423f6679295720c5e06faa9c0bd566f0b949402..ccf926333710622c29bc79dd51039d593d3be94d 100644 (file)
 
 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