mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Alocate space at the entry bb of each bpf chunk
This commit is contained in:
@ -32,8 +32,7 @@ def hello_again(ctx: c_void_p) -> c_int64:
|
||||
# last().delete(key)
|
||||
if True:
|
||||
print("we prevailed")
|
||||
# ts = ktime()
|
||||
ktime()
|
||||
ts = ktime()
|
||||
# last().update(key, ts)
|
||||
return c_int64(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user