fix TRIE_LOCK_AT_WRITE_LEVEL scheme

This commit is contained in:
Ricardo Rocha
2011-12-14 10:33:18 +00:00
parent 5f6fd7daea
commit f11e435db6
5 changed files with 135 additions and 115 deletions

View File

@@ -59,7 +59,7 @@ typedef struct table_entry {
/***********************************************************************
** global_trie_node, subgoal_trie_node and answer_trie_node **
** subgoal_trie_node, answer_trie_node and global_trie_node **
***********************************************************************/
typedef struct subgoal_trie_node {
@@ -108,7 +108,7 @@ typedef struct global_trie_node {
/***********************************************************************
** global_trie_hash, subgoal_trie_hash and answer_trie_hash **
** subgoal_trie_hash, answer_trie_hash and global_trie_hash **
***********************************************************************/
typedef struct subgoal_trie_hash {