MCPcopy Create free account
hub / github.com/WheretIB/nullc / BroadcastResult

Class BroadcastResult

SuperCalc.cpp:1991–1996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1989{
1990 int broadcastWorkers[16] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
1991 struct BroadcastResult
1992 {
1993 char address[512];
1994 char message[1024];
1995 char pid[16];
1996 } itemResult[16];
1997 bool itemAvailable[16] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
1998 HANDLE broadcastThreads[16];
1999

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected