Added tracings

Added details parameter to NetworkInterface::lua() and subclasses
This commit is contained in:
Luca Deri 2024-02-15 07:09:39 +01:00
parent 77239315a9
commit 3aadd4e8be
154 changed files with 522 additions and 162 deletions

View file

@ -61,7 +61,7 @@ class ZMQCollectorInterface : public ZMQParserInterface {
void startPacketPolling();
bool set_packet_filter(char *filter);
virtual void lua(lua_State *vm);
virtual void lua(lua_State *vm, bool fullStats);
virtual bool areTrafficDirectionsSupported() { return (true); };
};