server search response delay

This commit is contained in:
Matej Sekoranja
2014-11-24 11:00:04 +01:00
parent d654738dc5
commit 5a6b681bf7
4 changed files with 44 additions and 6 deletions

View File

@@ -76,6 +76,16 @@ const Version& ServerContextImpl::getVersion()
return ServerContextImpl::VERSION;
}
/*
#ifdef WIN32
UUID uuid;
UuidCreate ( &uuid );
#else
uuid_t uuid;
uuid_generate_random ( uuid );
#endif
*/
void ServerContextImpl::generateGUID()
{
// TODO use UUID