Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / KernelLand / Modules / Storage / LVM / lvm_int.h
index bd07701..a2d1f5d 100644 (file)
@@ -11,6 +11,7 @@
 #include "include/lvm.h"
 #include "lvm.h"
 #include <vfs.h>
+#include <iocache.h>
 
 typedef struct sLVM_SubVolume  tLVM_SubVolume;
 
@@ -30,11 +31,14 @@ struct sLVM_Vol
        void    *Ptr;
        const tLVM_VolType      *Type;
 
+       size_t  BlockSize;
        Uint64  BlockCount;
        
         int    nSubVolumes;
        tLVM_SubVolume  **SubVolumes;
 
+       tIOCache        *CacheHandle;
+
        char    Name[];
 };
 

UCC git Repository :: git.ucc.asn.au