mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 19:21:13 +00:00
Keep track of active probes
This commit is contained in:
parent
d69800dc42
commit
0edd399d2e
9 changed files with 112 additions and 34 deletions
|
|
@ -325,13 +325,6 @@ u_int8_t ZMQParserInterface::parseEvent(const char *payload, int payload_size,
|
|||
if (o) {
|
||||
json_object *w, *z;
|
||||
|
||||
#if defined(NTOPNG_PRO) && !defined(HAVE_NEDGE)
|
||||
if (ntop->getPro()->handleProbeEvent(o, source_id, msg_id)) {
|
||||
json_object_put(o);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
zrs.source_id = source_id;
|
||||
|
||||
if (json_object_object_get_ex(o, "bytes", &w))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue