Skip to content

Add logical volume ID getters to the CUDA interface

Guilherme Lima requested to merge lima/logVolID into master

A few changes:

  • make the getter LogicalVolume::id() available to GPU clients.
  • new static function LogicalVolume::GetIdCount(), to expose the private counter of logical volume instances.
  • fix compilation warning about unused variable in the ReadMiddlewareData unit test.

Merge request reports