Sudharshan S
Sudharshan S
For the following snippet of code, ```rust use aya_bpf::{helpers::bpf_loop, programs::TcContext}; use aya_bpf_cty::c_void; use aya_log_ebpf::info; fn do_something(ctx: &TcContext) -> () { let loop_f: *mut c_void = unsafe { ::core::mem::transmute(loop_fn as unsafe...
Let's track the signals and their functionality here.
ignore_errors can be used to ignore only specified type of errors. We still need to come up with a spec from the modules. Can be simple string as part of...
Use them as enumerators instead.
Relates to #19. Prevents testing as well.
Have a .retry file of some sort
We're passing it as one of the parameters to inventoryLoader interface. This is wrong as this assumes that the transport is going to be same for all the machines. This...