X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl.h.in;h=67d705a5371a0f435297e9914e4efd8fd45d4072;hp=e4624799d12999044bdb1e2bdaa4b0add6de8374;hb=c912c0e4598c5cfb2715f178a4f7cc681cf3253a;hpb=a0c9be13b316e5a69c41d849e6eaa302b22c7e08 diff --git a/osl.h.in b/osl.h.in index e462479..67d705a 100644 --- a/osl.h.in +++ b/osl.h.in @@ -94,10 +94,10 @@ typedef int osl_rbtree_loop_func(struct osl_row *row, void *data); * 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