We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ec510 commit c692d00Copy full SHA for c692d00
ebpf/mem.ebpf.c
@@ -40,7 +40,7 @@ struct {
40
* Returns 0 on success or parameter validation failure, and -1 if the BPF map is unavailable.
41
* Return also a specific error code in the map.
42
*/
43
-static int inline read_memory(const __u64 address, const __u64 dump_size) {
+static int inline read_memory(__u64 address, const __u64 dump_size) {
44
/* Get the map in which save the memory content to pass to userspace */
45
int key = 0;
46
struct read_mem_result *read_mem_result = bpf_map_lookup_elem(&read_mem_array_map, &key);
0 commit comments