FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Data type used to check if the database is correct. More...
Public Attributes | |
char * | table |
The name of the table to check columns in. | |
uint8_t | ncols |
The number of columns in the table that the scheduler uses. | |
char * | columns [13] |
The columns that the scheduler uses for this table. | |
Data type used to check if the database is correct.
This will be statically initialized in the check_tables() function.
Definition at line 639 of file database.c.