MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / sendFrame

Method sendFrame

server/VGLTrans.cpp:299–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298
299void VGLTrans::sendFrame(Frame *f)
300{
301 if(thread) thread->checkError();
302 f->hdr.dpynum = dpynum;
303 q.spoil((void *)f, _VGLTrans_spoilfct);
304}
305
306
307void VGLTrans::Compressor::compressSend(Frame *f, Frame *lastf)

Callers

nothing calls this directly

Calls 2

checkErrorMethod · 0.80
spoilMethod · 0.80

Tested by

no test coverage detected