mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add recursive dereferencing and get example working
This commit is contained in:
@ -35,9 +35,11 @@ def hello_again(ctx: c_void_p) -> c_int64:
|
||||
ts = ktime()
|
||||
last().update(key, ts)
|
||||
|
||||
keema = 8
|
||||
keeda = keema * keema
|
||||
print(f"this is a variable {keeda}")
|
||||
va = 8
|
||||
nm = 5 ^ va
|
||||
al = 6 & 3
|
||||
ru = (nm + al) + al
|
||||
print(f"this is a variable {ru}")
|
||||
# st = "st"
|
||||
# last().update(key, ts)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user