mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Automated commit of clang-format CI changes.
This commit is contained in:
parent
2ecb162dfb
commit
d395deac4e
604 changed files with 47610 additions and 38436 deletions
|
|
@ -32,7 +32,8 @@ class SyslogParserInterface : public ParserInterface {
|
|||
bool producers_reload_requested;
|
||||
|
||||
public:
|
||||
SyslogParserInterface(const char *endpoint, const char *custom_interface_type = NULL);
|
||||
SyslogParserInterface(const char *endpoint,
|
||||
const char *custom_interface_type = NULL);
|
||||
~SyslogParserInterface();
|
||||
|
||||
void addProducerMapping(const char *host, const char *producer);
|
||||
|
|
@ -43,10 +44,8 @@ class SyslogParserInterface : public ParserInterface {
|
|||
u_int8_t parseLog(char *log_line, char *client_ip);
|
||||
|
||||
u_int32_t getNumDroppedPackets() { return 0; };
|
||||
virtual void lua(lua_State* vm);
|
||||
virtual void lua(lua_State *vm);
|
||||
virtual void startPacketPolling();
|
||||
};
|
||||
|
||||
#endif /* _SYSLOG_PARSER_INTERFACE_H_ */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue