00001
00002
00003
00004
00005
00006
00007
00008 #include "config.h"
00009
00010 #ifndef lint
00011 static const char revid[] = "$Id: lock__conflict_8c-source.html,v 1.1 2008/06/08 10:19:56 sebdiaz Exp $";
00012 #endif
00013
00014 #ifndef NO_SYSTEM_INCLUDES
00015 #include <sys/types.h>
00016 #endif
00017
00018 #include "db_int.h"
00019
00020
00021
00022
00023
00024 const u_int8_t CDB_db_rw_conflicts[] = {
00025
00026 0, 0, 0,
00027 0, 0, 1,
00028 0, 1, 1
00029 };
00030
00031 const u_int8_t CDB_db_riw_conflicts[] = {
00032
00033 0, 0, 0, 0, 0, 0,
00034 0, 0, 1, 1, 0, 1,
00035 1, 1, 1, 1, 1, 1,
00036 0, 1, 1, 0, 0, 0,
00037 0, 0, 1, 0, 0, 0,
00038 0, 1, 1, 0, 0, 0
00039 };