X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/c1df639f58f6d3c08247c1543916644e375f8ce2..483a5117682096de3de466a07f2e409a2166f164:/emufs/indices.h diff --git a/emufs/indices.h b/emufs/indices.h index ad2686c..5ed09c7 100644 --- a/emufs/indices.h +++ b/emufs/indices.h @@ -56,6 +56,10 @@ typedef struct _indices_h_ { int offset; /**< Offset desde el inicio del dato hasta el lugar donde esta la clave */ unsigned int tam_bloque; /**< TamaƱo del bloque (nodo). Deber set multiplo de 512! */ + /******NICO********/ + unsigned int size_claves; + unsigned int size_hijos; + /******NICO********/ /** Agrega la clave k de posicion location en el * indice de forma ordenada */