#20 set g_app to allow proper terminating

pull/32/head
Geoffrey Merck 4 years ago
parent 31d11136ec
commit 5798c187dc

@ -74,6 +74,7 @@ int main(int argc, char * argv[])
CDGWTimeServerApp::CDGWTimeServerApp(const CTimeServerConfig * config) :
m_config(config)
{
g_app = this;
assert(config != nullptr);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.