summaryrefslogtreecommitdiffstats
path: root/src/input/fpcap.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/fpcap.hh')
-rw-r--r--src/input/fpcap.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/fpcap.hh b/src/input/fpcap.hh
index 0ced83c..ab06a71 100644
--- a/src/input/fpcap.hh
+++ b/src/input/fpcap.hh
@@ -35,7 +35,7 @@ typedef struct input_fpcap {
core_object_pcap_t prod_pkt;
void* file;
- int extern_file;
+ int extern_file, use_fadvise;
size_t pkts;
uint8_t* buf;
size_t buf_size;