Removed code for binding a host to an interfaceId

This commit is contained in:
Luca Deri 2017-03-15 09:59:49 +01:00
parent fcce5c8bc7
commit 87fdd64f7d
3 changed files with 0 additions and 29 deletions

View file

@ -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); };