libstorage / libstoragemgmt

A library for storage management
https://libstorage.github.io/libstoragemgmt-doc/
GNU Lesser General Public License v2.1
82 stars 32 forks source link

c_binding: Add disk record plugin_data #459

Closed tasleson closed 3 years ago

tasleson commented 3 years ago

This was missed in the original release. Adding an additional function to allow it to be utilized.

Resolves: https://github.com/libstorage/libstoragemgmt/issues/68

Signed-off-by: Tony Asleson tasleson@redhat.com

tasleson commented 3 years ago

@trgill @tbzatek If you folks have time I would appreciate a code review for this. Specifically ensuring that I'm not breaking any backwards code compatibility while introducing this additional functionality, thanks!