X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.h;h=06fe669e1f947fe18843e14725f20726da4be56d;hp=cb3194bea087dd95600e9e5b947435d2e8c186c5;hb=d2e164526bed7f523043b7e4ec5bd282d5bc6f19;hpb=61250cf03241bf73662dac3753e44660a572fa2a diff --git a/osl.h b/osl.h index cb3194be..06fe669e 100644 --- a/osl.h +++ b/osl.h @@ -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;