-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust gen_bpf_object_iter to use const* bpf_object
There is seemingly no need for the gen_bpf_object_iter macro to work with a mutable bpf_object pointer. Use a const one instead and simplify a bunch of code in the process. Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information
Showing
1 changed file
with
51 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters