Skip to content

Commit b05d9b9

Browse files
[#158]: fixed imports from the common crate
1 parent 9881df3 commit b05d9b9

File tree

1 file changed

+2
-1
lines changed
  • core/src/components/identity/src

1 file changed

+2
-1
lines changed

core/src/components/identity/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
mod helpers;
1212
mod service_discovery;
1313

14-
use crate::helpers::{get_veth_channels, read_perf_buffer};
14+
use crate::helpers::get_veth_channels;
1515
use aya::{
1616
Ebpf,
1717
programs::{SchedClassifier, TcAttachType, tc::SchedClassifierLinkId},
@@ -21,6 +21,7 @@ use aya::{
2121
#[cfg(feature = "experimental")]
2222
use crate::helpers::scan_cgroup_cronjob;
2323

24+
use cortexbrain_common::buffer_type::read_perf_buffer;
2425
use cortexbrain_common::map_handlers::{
2526
init_bpf_maps, map_manager, map_pinner, populate_blocklist,
2627
};

0 commit comments

Comments
 (0)