mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Removed code for binding a host to an interfaceId
This commit is contained in:
parent
fcce5c8bc7
commit
87fdd64f7d
3 changed files with 0 additions and 29 deletions
|
|
@ -192,7 +192,6 @@ class Host : public GenericHost {
|
|||
void setQuota(u_int32_t new_quota);
|
||||
void loadAlertPrefs(void);
|
||||
void getPeerBytes(lua_State* vm, u_int32_t peer_key);
|
||||
void setDeviceIfIdx(u_int32_t ip, u_int16_t v);
|
||||
inline u_int16_t getDeviceIfIdx() { return(deviceIfIdx); }
|
||||
inline void incIngressNetworkStats(int16_t networkId, u_int64_t num_bytes) { if(networkStats) networkStats->incIngress(num_bytes); };
|
||||
inline void incEgressNetworkStats(int16_t networkId, u_int64_t num_bytes) { if(networkStats) networkStats->incEgress(num_bytes); };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue