Skip to content

Commit

Permalink
refactor: replace cyclewriter with sinsp_cycledumper
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Jan 5, 2024
1 parent 934a639 commit d49779e
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 590 deletions.
2 changes: 1 addition & 1 deletion userspace/libsinsp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ add_library(sinsp
container_engine/container_engine_base.cpp
container_engine/static_container.cpp
container_info.cpp
cyclewriter.cpp
event.cpp
eventformatter.cpp
dns_manager.cpp
Expand Down Expand Up @@ -119,6 +118,7 @@ add_library(sinsp
sinsp_suppress.cpp
events/sinsp_events.cpp
events/sinsp_events_ppm_sc.cpp
sinsp_cycledumper.cpp
)

if(NOT WIN32 AND NOT APPLE)
Expand Down
265 changes: 0 additions & 265 deletions userspace/libsinsp/cyclewriter.cpp

This file was deleted.

Loading

0 comments on commit d49779e

Please sign in to comment.