X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/35c84de4b6d96cf3505ad2c075ff3998be04441b..e8fa2ccccf10bdfcff1aedbaf919f3bc823f1ecf:/emufs/indice_b.h diff --git a/emufs/indice_b.h b/emufs/indice_b.h index 4385c61..7093de2 100644 --- a/emufs/indice_b.h +++ b/emufs/indice_b.h @@ -21,7 +21,6 @@ typedef struct _b_nodo_header_ { } B_NodoHeader; typedef struct _b_nodo_entry_ { - /* FIXME usar tipo CLAVE */ CLAVE clave; /* Si el nivel del nodo == 0, quiere decir que es el * bloque del archivo de datos donde esta el registro. @@ -29,6 +28,8 @@ typedef struct _b_nodo_entry_ { * del archivo de indice donde buscar */ INDICE_DATO dato; + /* El ID de la hoja de depliega a la derecha */ + int hijo_derecho; } B_NodoEntry; /* Crea un arbol */