mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Removes unused checkpoint_compression_buffer
This commit is contained in:
parent
24624c8ed0
commit
ad5113cee0
1 changed files with 0 additions and 1 deletions
|
|
@ -191,7 +191,6 @@ class NetworkInterface : public AlertableEntity {
|
|||
bool running, is_idle;
|
||||
NetworkStats *networkStats;
|
||||
InterfaceStatsHash *interfaceStats;
|
||||
char checkpoint_compression_buffer[CONST_MAX_NUM_CHECKPOINTS][MAX_CHECKPOINT_COMPRESSION_BUFFER_SIZE];
|
||||
dhcp_range* dhcp_ranges, *dhcp_ranges_shadow;
|
||||
|
||||
PROFILING_DECLARE(24);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue