Skip to content

Commit 196c3cb

Browse files
committed
chore: remove SyscallActivity event type
1 parent 860e609 commit 196c3cb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

crates/pulsar-core/src/event.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,6 @@ pub enum Payload {
240240
cgroup_id: u64,
241241
attached_pid: i32,
242242
},
243-
SyscallActivity {
244-
#[validatron(skip)]
245-
histogram: Vec<u64>,
246-
},
247243
Bind {
248244
address: Host,
249245
is_tcp: bool,
@@ -365,7 +361,6 @@ impl fmt::Display for Payload {
365361
f,
366362
"Process attached to cgroup {{ cgroup_path: {cgroup_path}, cgroup_id: {cgroup_id}, attached_pid {attached_pid} }}"
367363
),
368-
Payload::SyscallActivity { .. } => write!(f, "Syscall Activity"),
369364
Payload::Bind { address, is_tcp } => {
370365
write!(f, "Bind {{ address: {address}, is_tcp: {is_tcp} }}")
371366
}

0 commit comments

Comments
 (0)