mirror of
https://github.com/ceph/go-ceph
synced 2025-01-29 17:42:49 +00:00
lib: updating comments
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
f912b97bce
commit
a63cf0bd74
2
conn.go
2
conn.go
@ -8,6 +8,7 @@ import "C"
|
||||
import "unsafe"
|
||||
import "bytes"
|
||||
|
||||
// ClusterStat represents Ceph cluster statistics.
|
||||
type ClusterStat struct {
|
||||
Kb uint64
|
||||
Kb_used uint64
|
||||
@ -15,6 +16,7 @@ type ClusterStat struct {
|
||||
Num_objects uint64
|
||||
}
|
||||
|
||||
// Conn is a connection handle to a Ceph cluster.
|
||||
type Conn struct {
|
||||
cluster C.rados_t
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user