get string representation of logical device
| 436 | |
| 437 | //! get string representation of logical device |
| 438 | std::string to_string_logical() const { |
| 439 | return m_impl ? m_impl->locator_logical().to_string() : "invalid"; |
| 440 | } |
| 441 | |
| 442 | uint64_t get_uid() { return m_impl->get_uid(); } |
| 443 |