FOSSology  4.4.0
Open Source License Compliance by Open Source Software
reqcols Struct Reference

Data type used to check if the database is correct. More...

Collaboration diagram for reqcols:
Collaboration graph

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: