X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl_core.h;h=5e2acaa0dc6fcc2074b9686724020be56d6f822f;hp=d6661617725e3436a78ba7ee12e19c42800462c6;hb=dded41e5bed40cca8876e1056351cc1dbab309d0;hpb=b762f3e3f72e1f5350f7d2671e33d9741e9a04e5 diff --git a/osl_core.h b/osl_core.h index d6661617..5e2acaa0 100644 --- a/osl_core.h +++ b/osl_core.h @@ -9,6 +9,7 @@ #include "rbtree.h" #include "osl.h" #include "string.h" +#include "portable_io.h" #include "hash.h" /** Internal representation of a column of an osl table. */ @@ -56,7 +57,7 @@ struct osl_table { unsigned num_rbtrees; /** * The number of the column that determines the name of the disk - * storage objcts. + * storage objects. */ unsigned disk_storage_name_column; /** The number of bytes of an index entry of a row. */ @@ -95,7 +96,7 @@ int init_rbtrees(struct osl_table *t); enum map_table_flags { /** * Check whether the entries in the table index match the entries in - * the table desctiption. + * the table description. */ MAP_TBL_FL_VERIFY_INDEX = 1, /** Do not complain even if the dirty flag is set. */ @@ -113,7 +114,7 @@ int mark_row_invalid(struct osl_table *t, uint32_t row_num); * Get the description of a column by column number * * \param d Pointer to the table description. - * \param col_num The number of the column to get the desctiption for. + * \param col_num The number of the column to get the description for. * * \return The table description. *