X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl.h.in;h=90585bc4b345c3c59a26a752bb5362aecef8655f;hp=d5a7d1d92330e02f9f2114a15eb48fdd57c04570;hb=1cb173045c9bbc707407021860a74a2dbc01af65;hpb=227af1913a44055d629154d5e8dbd8b518961ba3 diff --git a/osl.h.in b/osl.h.in index d5a7d1d..90585bc 100644 --- a/osl.h.in +++ b/osl.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -116,7 +116,7 @@ struct osl_column_description { osl_compare_func *compare_function; /** * If the \a OSL_FIXED_SIZE flag is set for this column, this value - * determines the fixed size of all objects of this column. It is + * describes the number of bytes of each object of this column. It is * ignored, if \a OSL_FIXED_SIZE is not set. */ uint32_t data_size; @@ -126,7 +126,10 @@ struct osl_column_description { * Describes one osl table. */ struct osl_table_description { - /** The directory which contains all files of this table. */ + /** + * The directory which contains all files of this table. This may be + * either relative to the cwd or an absolute path. + */ const char *dir; /** * The table name. A subdirectory of \a dir called \a name is created