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

Method getFile

include/Log.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 void PRINTLN(const char *format, ...);
36 void flush(void) { fflush(logFile); }
37 FILE *getFile(void) { return logFile; }
38
39 private:
40

Callers 3

VGLTransReceiverMethod · 0.80
XVTransMethod · 0.80
X11TransMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected