mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
parent
f19608d0d5
commit
f4be144bc4
4 changed files with 123 additions and 53 deletions
|
|
@ -71,6 +71,7 @@ class MySQLDB : public DB {
|
|||
void shutdown();
|
||||
void updateStats(const struct timeval *tv);
|
||||
void lua(lua_State* vm, bool since_last_checkpoint) const;
|
||||
static int exec_single_query(lua_State *vm, char *sql);
|
||||
#ifdef NTOPNG_PRO
|
||||
bool dumpAggregatedFlow(time_t when, AggregatedFlow *f) { return(false); };
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue