mirror of https://github.com/ceph/go-ceph
rbd: fix comment formatting
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
dfd1e08fab
commit
8cbfd1971a
|
@ -75,8 +75,8 @@ func (imm ImageMirrorMode) String() string {
|
|||
// associated with the ioctx.
|
||||
//
|
||||
// Implements:
|
||||
// int rbd_mirror_uuid_get(rados_ioctx_t io_ctx,
|
||||
// char *uuid, size_t *max_len);
|
||||
// int rbd_mirror_uuid_get(rados_ioctx_t io_ctx, char *uuid, size_t
|
||||
// *max_len);
|
||||
func GetMirrorUUID(ioctx *rados.IOContext) (string, error) {
|
||||
var (
|
||||
err error
|
||||
|
|
Loading…
Reference in New Issue