tun: windows: expose GUID
This commit is contained in:
parent
967d1a0f3d
commit
d435be35ca
@ -350,3 +350,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) {
|
|||||||
// Flush write buffer.
|
// Flush write buffer.
|
||||||
return len(buff) - offset, tun.flush()
|
return len(buff) - offset, tun.flush()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (tun *NativeTun) GUID() windows.GUID {
|
||||||
|
return *(*windows.GUID)(tun.wt)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user