]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
* cambio en leer_raw y de tipo1 y un type en ejemplo
authorRicardo Markiewicz <gazer.arg@gmail.com>
Sat, 17 Apr 2004 17:30:29 +0000 (17:30 +0000)
committerRicardo Markiewicz <gazer.arg@gmail.com>
Sat, 17 Apr 2004 17:30:29 +0000 (17:30 +0000)
emufs/tipo1.c
emufs/tipo2_main.c

index 78a3806991816ac9efb2262deffe79db6498b5d7..596f69abb375babcebb2214fdc75feeef79bb364 100644 (file)
@@ -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) */
index ae03f7c547363c29ff4fb1303025bc4c91ec840a..42dffceb237f88e424dc0113207992dafe48bcd8 100644 (file)
@@ -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);