Changes between Version 3 and Version 4 of Component/Vci Block Device
- Timestamp:
- Dec 3, 2008, 3:43:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Block Device
v3 v4 78 78 const soclib::common::IntTab & index, // Target index 79 79 const soclib::common::MappingTable &mt, // MappingTable 80 const std::string &filename ) // mapped file, may be a host block device 80 const std::string &filename, // mapped file, may be a host block device 81 const uint32_t block_size = 512 ); // one-block size 81 82 }}} 82 83