@@ -114,8 +114,8 @@ extern crate assert_matches;
114114
115115pub use crate :: {
116116 cachedev:: {
117- CacheDev , CacheDevPerformance , CacheDevStatus , CacheDevUsage , CacheDevWorkingStatus ,
118- MAX_CACHE_BLOCK_SIZE , MIN_CACHE_BLOCK_SIZE ,
117+ CacheDev , CacheDevPerformance , CacheDevStatus , CacheDevTargetTable , CacheDevUsage ,
118+ CacheDevWorkingStatus , CacheTargetParams , MAX_CACHE_BLOCK_SIZE , MIN_CACHE_BLOCK_SIZE ,
119119 } ,
120120 consts:: IEC ,
121121 core:: {
@@ -130,11 +130,11 @@ pub use crate::{
130130 shared:: {
131131 device_exists, DmDevice , TargetLine , TargetParams , TargetTable , TargetType , TargetTypeBuf ,
132132 } ,
133- thindev:: { ThinDev , ThinDevWorkingStatus , ThinStatus } ,
133+ thindev:: { ThinDev , ThinDevTargetTable , ThinDevWorkingStatus , ThinStatus , ThinTargetParams } ,
134134 thindevid:: ThinDevId ,
135135 thinpooldev:: {
136- ThinPoolDev , ThinPoolNoSpacePolicy , ThinPoolStatus , ThinPoolStatusSummary , ThinPoolUsage ,
137- ThinPoolWorkingStatus ,
136+ ThinPoolDev , ThinPoolDevTargetTable , ThinPoolNoSpacePolicy , ThinPoolStatus ,
137+ ThinPoolStatusSummary , ThinPoolTargetParams , ThinPoolUsage , ThinPoolWorkingStatus ,
138138 } ,
139139 units:: { Bytes , DataBlocks , MetaBlocks , Sectors , SECTOR_SIZE } ,
140140} ;
0 commit comments