X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FStorage%2FLVM%2Flvm_int.h;h=a2d1f5d7507d499d881a35d4e1a6168142dabb83;hb=13078002b01ee4f63eb2001d2ef479a2a006ea32;hp=5ef812d6f45bb545d2b7f9b9b0b8c6ab2d1bfaf1;hpb=54f893f1c1091d5f0bef8458585300e44beb7e81;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Storage/LVM/lvm_int.h b/KernelLand/Modules/Storage/LVM/lvm_int.h index 5ef812d6..a2d1f5d7 100644 --- a/KernelLand/Modules/Storage/LVM/lvm_int.h +++ b/KernelLand/Modules/Storage/LVM/lvm_int.h @@ -11,6 +11,7 @@ #include "include/lvm.h" #include "lvm.h" #include +#include typedef struct sLVM_SubVolume tLVM_SubVolume; @@ -36,6 +37,8 @@ struct sLVM_Vol int nSubVolumes; tLVM_SubVolume **SubVolumes; + tIOCache *CacheHandle; + char Name[]; };