X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.h;h=7ddf7e98cde7bb61b95486a88bdafdf23535af92;hp=cb3194bea087dd95600e9e5b947435d2e8c186c5;hb=53a27fb91166a7734f0768721b2cef91f0f6172e;hpb=61250cf03241bf73662dac3753e44660a572fa2a;ds=sidebyside diff --git a/osl.h b/osl.h index cb3194be..7ddf7e98 100644 --- a/osl.h +++ b/osl.h @@ -1,6 +1,6 @@ #include /* - * Copyright (C) 2007 Andre Noll + * Copyright (C) 2007-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -58,7 +58,9 @@ enum osl_storage_flags { /** The data for this column will have constant size. */ OSL_FIXED_SIZE = 2, /** All values of this column will be different. */ - OSL_UNIQUE = 4 + OSL_UNIQUE = 4, + /** Do not free the data for this column (\p OSL_NO_STORAGE). */ + OSL_DONT_FREE = 8 }; struct osl_table;