lib: updating comments

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2014-08-30 18:03:23 -07:00
parent f912b97bce
commit a63cf0bd74

View File

@ -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
}