- Sync with Drummer libnode embeded version,
- Minor fixes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* $RCSfile: node.h,v $ */
|
||||
/*---------------------------------------------------------------------------------*/
|
||||
/* $Revision: 2.13 $ */
|
||||
/* $Name: $ */
|
||||
/* $Name: libnode-2_2_0-1 $ */
|
||||
/* $Date: 2010/06/06 21:26:31 $ */
|
||||
/* $Author: agibert $ */
|
||||
/*---------------------------------------------------------------------------------*/
|
||||
@@ -167,7 +167,7 @@ typedef int NDT_Index_Type;
|
||||
//
|
||||
// Command_Name = "NDD_CMD_MANAGER_VERSION";
|
||||
//
|
||||
// *Version_Name_Ptr = "$Revision: 2.13 $ $Name: $ $Date: 2010/06/06 21:26:31 $ $Author: agibert $";
|
||||
// *Version_Name_Ptr = "$Revision: 2.13 $ $Name: libnode-2_2_0-1 $ $Date: 2010/06/06 21:26:31 $ $Author: agibert $";
|
||||
//
|
||||
// return( NDS_OK);
|
||||
// }
|
||||
@@ -594,7 +594,7 @@ typedef struct NDT_Index
|
||||
long Max_Dif; /* Différence maximale autorisée entre la branche la plus courte et la plus longue */
|
||||
long Nb_Equ; /* Nombre de réquilibrages réalisés sur l'arbre */
|
||||
struct NDT_Node *Head; /* Noeud de tête */
|
||||
struct NDT_Node *Tail; /* Noeud de queue */
|
||||
struct NDT_Node *Tail; /* Noeud de queue */
|
||||
struct NDT_Node *Save; /* Pointeur de sauvegarde (utile pour la fonction de restauration) */
|
||||
|
||||
} NDT_Index;
|
||||
|
||||
Reference in New Issue
Block a user