X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/673b6744b98968c1a0fd6856b5a9dcd636c06b7c..74c6776ce0ae5ea218cf0363af040bf260b2c72b:/emufs/indices.c?ds=inline diff --git a/emufs/indices.c b/emufs/indices.c index 83dd5f6..4e1b7ab 100644 --- a/emufs/indices.c +++ b/emufs/indices.c @@ -83,6 +83,7 @@ INDICE *emufs_indice_crear(EMUFS *emu, char *nombre, INDICE_FUNCION funcion, IND /* llenar metodos */ /* hacer que la cantidad de claves quede par o impar, no me acuerdo (SAGAR)!!!*/ PERR("Creando indice con Arbol B+"); + emufs_b_plus_crear(tmp); tmp->size_claves = (tmp->tam_bloque - SIZE_B_PLUS_HEADER - sizeof(CLAVE))/2; tmp->size_hijos = tmp->size_claves + sizeof(CLAVE); emufs_b_plus_crear(tmp);