implementation of flow devices stats (work in progress)

This commit is contained in:
Luca Deri 2016-07-02 16:16:59 +02:00
parent 9a69b0cd2b
commit 847e5954df
9 changed files with 169 additions and 9 deletions

View file

@ -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_ */