| 204 | class SharedData { |
| 205 | public: |
| 206 | SharedData() : isAvailable(false) { |
| 207 | inputJobs.requestSize = 5; |
| 208 | inputJobs.maxSize = 50; |
| 209 | } |
| 210 | SHARED_DATA sharedData; |
| 211 | InputJobQueue inputJobs; |
| 212 | OutputJobQueue outputJobs; |
nothing calls this directly
no outgoing calls
no test coverage detected