* Describes one column of a osl table.
*/
struct osl_column_description {
- /** One of the tree possible types of storage */
- enum osl_storage_type storage_type;
- /** Specifies further properties of the column */
- enum osl_storage_flags storage_flags;
+ /** One of the tree possible types of storage, \sa osl_storage_type. */
+ uint16_t storage_type;
+ /** Specifies further properties of the column, \sa osl_storage_flags. */
+ uint16_t storage_flags;
/**
* The column name determines the name of the directory where all data
* for this column will be stored. Its hash is stored in the table