mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Converts ZMQ PODs to classes
This commit is contained in:
parent
9c8c05b6bb
commit
ab92ee7926
16 changed files with 414 additions and 265 deletions
|
|
@ -25,9 +25,6 @@
|
|||
#include "ntop_includes.h"
|
||||
|
||||
class ParserInterface : public NetworkInterface {
|
||||
private:
|
||||
protected:
|
||||
static void resetParsedFlow(Parsed_Flow *parser_flow);
|
||||
public:
|
||||
ParserInterface(const char *endpoint, const char *custom_interface_type = NULL);
|
||||
~ParserInterface();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue