Skip to content

Commit

Permalink
eventmap
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 21, 2025
1 parent 178f8ad commit 2b8f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/ebpfwindows/metricsmap_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type metricsMap struct {

var (
// Load the retinaebpfapi.dll
retinaEbpfApi = windows.NewLazyDLL("retinaebpfapi.dll")
retinaEbpfApi = windows.NewLazyDLL("C:/hpc/retinaebpfapi.dll")
// Load the enumerate_cilium_metricsmap function
enumMetricsMap = retinaEbpfApi.NewProc("enumerate_cilium_metricsmap")
)
Expand Down

0 comments on commit 2b8f224

Please sign in to comment.