go-ceph/internal/callbacks
Sven Anderson 176a163c3c callbacks: use uintptr instead of int as index
Since the index of the registered callbacks is basically only used as
void*/unsafe.Pointer, it makes more sense and code simpler, if
the index type is uintptr instead of a simple int.

Signed-off-by: Sven Anderson <sven@redhat.com>
2020-08-27 10:26:12 -04:00
..
callbacks.go callbacks: use uintptr instead of int as index 2020-08-27 10:26:12 -04:00
callbacks_test.go callbacks: create a helper type for managing callbacks between C and Go 2020-03-04 08:10:48 -05:00