go-ceph/internal
Sven Anderson c45fa95b32 rados: remove pointer arithmetic on C-buffers
This change uses slices on top of C allocated array memory in order
to have a simple (no pointer arithmetic) and safe (boundary-checked)
access to its elements.

Signed-off-by: Sven Anderson <sven@redhat.com>
2021-05-03 16:20:34 +00:00
..
callbacks callbacks: replace index with unique ID 2020-11-05 17:16:32 +00:00
commands tests: fix tests of the response package 2021-05-03 15:07:32 +00:00
cutil rados: remove pointer arithmetic on C-buffers 2021-05-03 16:20:34 +00:00
errutil errutil: replace unused StrError with FormatErrorCode function 2020-08-10 13:03:24 -04:00
retry retry: add a helper lib for retrying common operations 2020-04-20 15:08:36 -04:00
timespec timespec: add a helper function to convert from Timespec to C 2021-01-12 14:47:30 +00:00