mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Moves view subinterfaces to class ViewInterface
This commit is contained in:
parent
a338946d4a
commit
c13dc628de
4 changed files with 58 additions and 68 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue