X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl_core.h;fp=osl_core.h;h=9879b1e316d1e358fe110d1b6fb31a1f95ef96ad;hp=9f3118114ff20c593882159efd4b688ffed632a0;hb=53ef87d70bcddd1678edaeeeb5f4e0b0cb55c843;hpb=8d549f29ee743cff2deaab5112dde797476f441f diff --git a/osl_core.h b/osl_core.h index 9f31181..9879b1e 100644 --- a/osl_core.h +++ b/osl_core.h @@ -38,6 +38,13 @@ struct osl_column { struct osl_table { /** Pointer to the table description */ const struct osl_table_description *desc; + /** + * The CURRENT_TABLE_VERSION value of the library which created the + * table. This value is stored in the index header at table creation + * time. When the table is opened, the field is initialized from the + * on-disk value. + */ + uint8_t version; /** The size of the index header of this table. */ uint16_t index_header_size; /** Contains the mapping of the table's index file */