Rename Index_Open_Nb intoIndex_Open_Count,

Fix bug in ND_Node_Root_Alloc() on Index_Open_Count handling.
This commit is contained in:
agibert
2002-02-25 23:34:36 +00:00
parent 724109a537
commit 86b1498a2e
2 changed files with 14 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
/*---------------------------------------------------------------------------------*/
/* $RCSfile: node.h,v $ */
/*---------------------------------------------------------------------------------*/
/* $Revision: 2.1 $ */
/* $Revision: 2.2 $ */
/* $Name: $ */
/* $Date: 2001/11/28 13:43:50 $ */
/* $Date: 2002/02/25 23:34:36 $ */
/* $Author: agibert $ */
/*---------------------------------------------------------------------------------*/
@@ -254,7 +254,7 @@ typedef struct NDT_Root
void *User; /* Pointeur utilisable librement par l'utilisateur */
NDT_Index_Nb Index_Nb;
NDT_Index_Nb Index_Open_Nb;
NDT_Index_Nb Index_Open_Count;
NDT_Index Index_Tab[0];
} NDT_Root;