| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected