MCPcopy 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
94int 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
103void TransPlugin::synchronize(void)

Callers 1

sendPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected