rados_t

@typedef rados_t

A handle for interacting with a RADOS cluster. It encapsulates all RADOS client configuration, including username, key for authentication, logging, and debugging. Talking different clusters -- or to the same cluster with different users -- requires different cluster handles.

extern (C)
alias rados_t = void*

Meta