MCPcopy
hub / github.com/minio/minio-go / lastRDMAError

Function lastRDMAError

rdma.go:121–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func lastRDMAError() string {
122 msg := C.miniocpp_last_error()
123 if msg == nil {
124 return "unknown error"
125 }
126 return C.GoString(msg)
127}
128
129// AlignedBuffer allocates a page-aligned buffer of n bytes for use as
130// PutObjectOptions.RDMABuffer / GetObjectOptions.RDMABuffer. Release with

Callers 3

newRDMAClientFunction · 0.85
putObjectRDMAMethod · 0.85
getObjectRDMAMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected