This commit is contained in:
Adam Ierymenko 2019-09-22 19:25:40 -07:00
commit 70d5da1e2a
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
5 changed files with 86 additions and 6 deletions

View file

@ -56,6 +56,9 @@ const (
// CoreVersionBuild is the build version of the ZeroTier core
CoreVersionBuild int = C.ZEROTIER_ONE_VERSION_BUILD
// PlatformDefaultHomePath is the default location of ZeroTier's working path on this system
PlatformDefaultHomePath string = C.GoString(C.ZT_PLATFORM_DEFAULT_HOMEPATH)
afInet = C.AF_INET
afInet6 = C.AF_INET6
)