mirror of https://github.com/ceph/go-ceph
rados: fix incorrect doc comment for GetPoolStats
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
f6d77333b7
commit
8cdeebc38f
|
@ -188,7 +188,7 @@ func (ioctx *IOContext) Destroy() {
|
|||
C.rados_ioctx_destroy(ioctx.ioctx)
|
||||
}
|
||||
|
||||
// Stat returns a set of statistics about the pool associated with this I/O
|
||||
// GetPoolStats returns a set of statistics about the pool associated with this I/O
|
||||
// context.
|
||||
func (ioctx *IOContext) GetPoolStats() (stat PoolStat, err error) {
|
||||
c_stat := C.struct_rados_pool_stat_t{}
|
||||
|
|
Loading…
Reference in New Issue