X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/347f484f4959765335f19d6e69dd8df300956014..5565477433b377796908c649d62b17f83adbcb3a:/emufs/b_plus.h?ds=inline diff --git a/emufs/b_plus.h b/emufs/b_plus.h index 564c3ae..838fd97 100644 --- a/emufs/b_plus.h +++ b/emufs/b_plus.h @@ -19,6 +19,7 @@ typedef struct _indexspecs_ { typedef struct _index_dat_ { EMUFS_BLOCK_ID num_bloque; + EMUFS_BLOCK_ID num_nuevo_bloque; CLAVE clave; } INDEX_DAT;