mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
implementation of flow devices stats (work in progress)
This commit is contained in:
parent
9a69b0cd2b
commit
847e5954df
9 changed files with 169 additions and 9 deletions
|
|
@ -36,6 +36,9 @@ class InterfaceStatsHash {
|
|||
|
||||
bool set(u_int32_t deviceIP, u_int32_t ifIndex, sFlowInterfaceStats *stats);
|
||||
bool get(u_int32_t deviceIP, u_int32_t ifIndex, sFlowInterfaceStats *stats);
|
||||
|
||||
void luaDeviceList(lua_State *vm);
|
||||
void luaDeviceInfo(lua_State *vm, u_int32_t deviceIP);
|
||||
};
|
||||
|
||||
#endif /* _INTERFACE_STATS_HASH_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue