issues
search
google
/
buzzer
Apache License 2.0
429
stars
32
forks
source link
Rename all to to be more consistent with the ebpf spec
#29
Closed
thatjiaozi
closed
1 year ago
thatjiaozi
commented
1 year ago
This patch does the following:
Renames all "Operation" to "Instruction", this is to be more consistent with the ebpf spec
Creates a BaseInstruction struct that other Instructions inherit from, this prevents repeated logic
This patch does the following: