Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update sample tuner to return status
  • Loading branch information
alan-maguire committed Jul 11, 2023
commit 6a73a359103c806396fb7e449971f29adf500f81
3 changes: 1 addition & 2 deletions sample_tuner/sample_tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

int init(struct bpftuner *tuner)
{
bpftuner_bpf_init(sample, tuner, NULL);
return 0;
return bpftuner_bpf_init(sample, tuner, NULL);
}

void fini(struct bpftuner *tuner)
Expand Down