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

Method VGLTransReceiver

client/VGLTransReceiver.cpp:87–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87VGLTransReceiver::VGLTransReceiver(bool ipv6_, int drawMethod_) :
88 drawMethod(drawMethod_), listenSocket(NULL), thread(NULL), deadYet(false),
89 ipv6(ipv6_)
90{
91 char *env = NULL;
92
93 if((env = getenv("VGL_VERBOSE")) != NULL && strlen(env) > 0
94 && !strncmp(env, "1", 1)) fbx_printwarnings(vglout.getFile());
95 thread = new Thread(this);
96}
97
98
99VGLTransReceiver::~VGLTransReceiver(void)

Callers

nothing calls this directly

Calls 3

getenvFunction · 0.85
fbx_printwarningsFunction · 0.85
getFileMethod · 0.80

Tested by

no test coverage detected