mirror of https://github.com/ceph/go-ceph
e2a78eec02
The *_command functions in librados and libcephfs document the use of specific free functions for data allocated. These functions are currently just wrappers around C's free() function. However, to be more strictly compliant this change adds a free-function callback to the CommandOutput type and the specific free functions are now used outside the unit tests. Signed-off-by: John Mulligan <jmulligan@redhat.com> |
||
---|---|---|
.. | ||
command_input.go | ||
command_input_test.go | ||
command_output.go | ||
command_output_test.go | ||
type_aliases.go |