Skip to content

Commit

Permalink
fix go_grpc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Sep 27, 2024
1 parent 50146c0 commit 831f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/go_grpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int uprobe_netFdReadGRPC(struct pt_regs *ctx) {
bpf_dbg_printk("tr %llx", tr);
if (tr) {
go_addr_key_t tr_key = {};
go_addr_key_from_id(&tr_key, tr);
go_addr_key_from_id(&tr_key, (u64 *)tr);
grpc_transports_t *t = bpf_map_lookup_elem(&ongoing_grpc_transports, &tr_key);
bpf_dbg_printk("t %llx", t);
if (t) {
Expand Down

0 comments on commit 831f788

Please sign in to comment.