.
This commit is contained in:
parent
90d4d79828
commit
70d5da1e2a
5 changed files with 86 additions and 6 deletions
|
@ -100,6 +100,9 @@ struct ZT_GoNode_Impl
|
|||
std::thread backgroundTaskThread;
|
||||
};
|
||||
|
||||
static const std::string defaultHomePath(OSUtils::platformDefaultHomePath());
|
||||
extern "C" const char *ZT_PLATFORM_DEFAULT_HOMEPATH = defaultHomePath.c_str();
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
/* These functions are implemented in Go in pkg/ztnode/node-callbacks.go */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue