Moves view subinterfaces to class ViewInterface

This commit is contained in:
Simone Mainardi 2019-07-17 11:01:05 +02:00
parent a338946d4a
commit c13dc628de
4 changed files with 58 additions and 68 deletions

View file

@ -143,10 +143,6 @@ class NetworkInterface : public AlertableEntity {
TimeseriesExporter *tsExporter;
TimeseriesRing *ts_ring;
/* Sub-interface views */
u_int8_t numSubInterfaces;
NetworkInterface *subInterfaces[MAX_NUM_VIEW_INTERFACES];
u_int nextFlowAggregation;
TcpFlowStats tcpFlowStats;
TcpPacketStats tcpPacketStats;