mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Refactored patch (removed options, less ambiguous name)
This commit is contained in:
parent
54437c128f
commit
ba4c816b0e
6 changed files with 28 additions and 52 deletions
|
@ -6,10 +6,9 @@
|
|||
#include "../PktSrc.h"
|
||||
|
||||
#ifdef HAVE_PACKET_FANOUT
|
||||
extern bool fanout_enable;
|
||||
extern int fanout_id;
|
||||
extern int fanout_method;
|
||||
extern int fanout_flag;
|
||||
extern bool packet_fanout_enable;
|
||||
extern int packet_fanout_id;
|
||||
extern bool packet_fanout_flag_defrag;
|
||||
#endif
|
||||
|
||||
namespace iosource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue