Skip to content

Commit d01c7ad

Browse files
committed
change README accordingly
1 parent a124476 commit d01c7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ from ctypes import c_void_p, c_int64, c_int32, c_uint64
3030
@bpf
3131
@map
3232
def last() -> HashMap:
33-
return HashMap(key_type=c_uint64, value_type=c_uint64, max_entries=1)
33+
return HashMap(key=c_uint64, value=c_uint64, max_entries=1)
3434

3535
@bpf
3636
@section("tracepoint/syscalls/sys_enter_execve")

0 commit comments

Comments
 (0)