Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ ready
Method
ready
server/TransPlugin.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
int TransPlugin::ready(void)
95
{
96
CriticalSection::SafeLock l(mutex);
97
int ret = _RRTransReady(handle);
98
if(ret < 0) THROW(_RRTransGetError());
99
return ret;
100
}
101
102
103
void TransPlugin::synchronize(void)
Callers
1
sendPlugin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected