Changes between Version 5 and Version 6 of Component/Vci Block Device
- Timestamp:
- Dec 11, 2008, 2:47:34 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Block Device
v5 v6 79 79 VciBlockDevice( 80 80 sc_module_name name, // Component Name 81 const soclib::common::IntTab & index, // Target index 82 const soclib::common::MappingTable &mt, // MappingTable 81 const soclib::common::MappingTable &mt, // MappingTable 82 const soclib::common::IntTab &srcid, // Initiator index 83 const soclib::common::IntTab &tgtid, // Target index 83 84 const std::string &filename, // mapped file, may be a host block device 84 85 const uint32_t block_size = 512 ); // one-block size