|
|
@ -81,7 +81,6 @@ async fn main() -> Result<(), anyhow::Error> {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// This will include your eBPF object file as raw bytes at compile-time and load it at
|
|
|
|
// This will include your eBPF object file as raw bytes at compile-time and load it at
|
|
|
|
// runtime. This approach is recommended for most real-world use cases. If you would
|
|
|
|
// runtime. This approach is recommended for most real-world use cases. If you would
|
|
|
|
// like to specify the eBPF program at runtime rather than at compile-time, you can
|
|
|
|
// like to specify the eBPF program at runtime rather than at compile-time, you can
|
|
|
|