csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

fix type conversion for resync response #57

Closed Madhu-1 closed 3 years ago

Madhu-1 commented 3 years ago

ResyncVolumeResponse is sent as a pointer we need to convert it back as a pointer to avoid conversion issue.

Signed-off-by: Madhu Rajanna madhupr007@gmail.com