mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 02:38:59 +00:00
Updated process event handling
This commit is contained in:
parent
d951a5ad98
commit
d3ca52bfc5
2 changed files with 3 additions and 0 deletions
|
|
@ -7043,6 +7043,8 @@ bool NetworkInterface::enqueueeBPFEvent(eBPFevent *event) {
|
|||
if(ebpfEvents[next_insert_idx] != (eBPFevent*)NULL)
|
||||
return(false);
|
||||
|
||||
ebpf_preprocess_event(event);
|
||||
|
||||
ebpfEvents[next_insert_idx] = event;
|
||||
next_insert_idx = (next_insert_idx + 1) % EBPF_QUEUE_LEN;
|
||||
return(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue