pfring: update PfringThreadVars_ for gcc 4.x

Signed-off-by: jason taylor <jtfas90@gmail.com>
pull/3783/head
jason taylor 6 years ago committed by Victor Julien
parent 00917a0415
commit 7f63ec185a

@ -120,7 +120,7 @@ static SCMutex pfring_bpf_set_filter_lock = SCMUTEX_INITIALIZER;
/**
* \brief Structure to hold thread specific variables.
*/
typedef struct PfringThreadVars_
struct PfringThreadVars_
{
/* thread specific handle */
pfring *pd;
@ -154,7 +154,7 @@ typedef struct PfringThreadVars_
ChecksumValidationMode checksum_mode;
bool vlan_hdr_warned;
} PfringThreadVars;
};
/**
* \brief Registration Function for RecievePfring.

Loading…
Cancel
Save