#include <defines.h>
Data Fields | |
| int | start_line |
| int | end_line |
| int | reason |
| race_blk * | next |
|
|
Ending line number of statement block that was found to be a race condition |
|
|
Pointer to next race block in list |
|
|
Numerical reason for why this statement block was found to be a race condition |
|
|
Starting line number of statement block that was found to be a race condition |
1.3.4