Skip to content

Commit

Permalink
non local changes: hvsocket to parent for sidecar
Browse files Browse the repository at this point in the history
Signed-off-by: Kirtana Ashok <[email protected]>
  • Loading branch information
kiashok committed Sep 26, 2024
1 parent 91674c8 commit a8c8c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gcs-sidecar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func main() {
defer close(chsrv)

hvsockAddr := &winio.HvsockAddr{
VMID: gcs.HV_GUID_LOOPBACK, // HV_GUID_PARENT
VMID: gcs.HV_GUID_PARENT, //gcs.HV_GUID_LOOPBACK, // HV_GUID_PARENT
ServiceID: WindowsSidecarGcsHvsockServiceID,
}

Expand Down
Binary file removed gcs-sidecar.exe~
Binary file not shown.

0 comments on commit a8c8c61

Please sign in to comment.