You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover# github.com/iovisor/iomodules/hover/bpf
../../iovisor/iomodules/hover/bpf/bpf_module.go:217:22: cannot use int(res) (type int) as type unsafe.Pointer in assignment
change it to just res also failed:
ebpf@ebpf-VirtualBox:/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover# github.com/iovisor/iomodules/hover/bpf
../../iovisor/iomodules/hover/bpf/bpf_module.go:217:22: cannot use res (type _Ctype_int) as type unsafe.Pointer in assignment
ebpf@ebpf-VirtualBox:/go/src/github.com/vishvananda/netlink$
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover# github.com/iovisor/iomodules/hover/bpf
../../iovisor/iomodules/hover/bpf/bpf_module.go:217:22: cannot use int(res) (type int) as type unsafe.Pointer in assignment
change it to just res also failed:
ebpf@ebpf-VirtualBox:
/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover# github.com/iovisor/iomodules/hover/bpf/go/src/github.com/vishvananda/netlink$../../iovisor/iomodules/hover/bpf/bpf_module.go:217:22: cannot use res (type _Ctype_int) as type unsafe.Pointer in assignment
ebpf@ebpf-VirtualBox:
The text was updated successfully, but these errors were encountered: