Skip to content

Commit

Permalink
nv_ebpf: Add missing PID
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm committed Mar 11, 2024
1 parent c4cc4f5 commit cb0968e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libnetdata/maps/local-sockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ static inline bool local_sockets_ebpf_get_sockets(LS_STATE *ls, enum ebpf_nv_loa
.expires = stored.expires,
.rqueue = stored.rqueue,
.wqueue = stored.wqueue,
.pid = stored.pid,
.uid = stored.uid,
};

Expand Down

0 comments on commit cb0968e

Please sign in to comment.