reading uuid of clustered

This commit is contained in:
minjaesong
2023-05-30 17:07:25 +09:00
parent 6bca526f84
commit f47d446ff0
2 changed files with 2 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ class TevdDiskDrive(private val vm: VM, private val driveNum: Int, theTevdPath:
}
}
val diskUUIDstr: String; get() = DOM.uuid.toString()
private val DBGPRN = false
private fun printdbg(msg: Any) {