We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c4693 commit 3e071d7Copy full SHA for 3e071d7
1 file changed
src/threadvars.h
@@ -93,7 +93,7 @@ typedef struct ThreadVars_ {
93
94
SC_ATOMIC_DECLARE(uint32_t, flags);
95
96
- /** list of of TmSlot objects together forming the packet pipeline. */
+ /** list of TmSlot objects together forming the packet pipeline. */
97
struct TmSlot_ *tm_slots;
98
99
/** pointer to the flowworker in the pipeline. Used as starting point
0 commit comments