X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=2f2b7b7d445420b2d47c9e631135acd13dde01b4;hb=0d2825772055a5aeb7086d5a7d2d600cf498445e;hp=0c0435cce712619666e3ff62dbd995ec96d4f06f;hpb=b1a4c757e1728f5b036cc39e5b990faa83b73bfc;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 0c0435c..2f2b7b7 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.34 1995-12-11 11:43:29 adam + * Revision 1.35 1996-02-12 18:45:36 adam + * New fileVerboseFlag in record group control. + * + * Revision 1.34 1995/12/11 11:43:29 adam * Locking based on fcntl instead of flock. * Setting commitEnable removed. Command line option -n can be used to * prevent commit if commit setting is defined in the configuration file. @@ -161,6 +164,7 @@ struct recordGroup { char *recordType; int flagStoreData; int flagStoreKeys; + int fileVerboseFlag; };