mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added tracings
Added details parameter to NetworkInterface::lua() and subclasses
This commit is contained in:
parent
77239315a9
commit
3aadd4e8be
154 changed files with 522 additions and 162 deletions
|
|
@ -139,7 +139,7 @@ class ZMQParserInterface : public ParserInterface {
|
|||
u_int32_t getNumDroppedPackets() {
|
||||
return zmq_remote_stats ? zmq_remote_stats->sflow_pkt_sample_drops : 0;
|
||||
};
|
||||
virtual void lua(lua_State *vm);
|
||||
virtual void lua(lua_State *vm, bool fullStats);
|
||||
inline u_int32_t getFlowMaxIdle() { return (returned_flow_max_idle); }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue