From: Ricardo Markiewicz Date: Sat, 17 Apr 2004 17:30:29 +0000 (+0000) Subject: * cambio en leer_raw y de tipo1 y un type en ejemplo X-Git-Tag: svn_import_r684~424 X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/commitdiff_plain/c0e8d06063aac4b69ac6ba98a3e0e713a3a89b00?ds=sidebyside * cambio en leer_raw y de tipo1 y un type en ejemplo --- diff --git a/emufs/tipo1.c b/emufs/tipo1.c index 78a3806..596f69a 100644 --- a/emufs/tipo1.c +++ b/emufs/tipo1.c @@ -184,9 +184,7 @@ void* emufs_tipo1_leer_registro(EMUFS* efs, EMUFS_REG_ID reg_id, return registro; } -/* @todo TODO hacer que soporte registros de más de un bloque */ -void* emufs_tipo1_leer_registro_raw(EMUFS *efs, EMUFS_REG_ID id, - EMUFS_REG_SIZE *size, int *pos) +void* emufs_tipo1_leer_registro_raw(EMUFS *efs, EMUFS_REG_ID id, EMUFS_REG_SIZE *size, int *pos) { char *chunk_ptr; char* block; /* bloque leido (en donde está el registro a leer) */ diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index ae03f7c..42dffce 100644 --- a/emufs/tipo2_main.c +++ b/emufs/tipo2_main.c @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) /* Recompacto */ printf("Recompactando...\n"); - emufs_tipo2_recompactar(efs); + emufs_tipo2_compactar(efs); /* Obtengo stats nevas */ stats = efs->leer_estadisticas(efs);