change README accordingly

This commit is contained in:
Pragyansh Chaturvedi
2025-09-20 04:31:11 +05:30
parent a124476583
commit d01c7ad8ba

View File

@ -30,7 +30,7 @@ from ctypes import c_void_p, c_int64, c_int32, c_uint64
@bpf
@map
def last() -> HashMap:
return HashMap(key_type=c_uint64, value_type=c_uint64, max_entries=1)
return HashMap(key=c_uint64, value=c_uint64, max_entries=1)
@bpf
@section("tracepoint/syscalls/sys_enter_execve")