MCPcopy Create free account
hub / github.com/decoder-it/ADCSCoercePotato / PotatoAPI

Method PotatoAPI

ADCSCoercePotato.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137PotatoAPI::PotatoAPI() {
138 comSendQ = new BlockingQueue<char*>();
139 rpcSendQ = new BlockingQueue<char*>();
140 newConnection = 0;
141 return;
142}
143
144DWORD PotatoAPI::startRPCConnectionThread() {
145 DWORD ThreadID;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected