troydhanson/kvspool

sp_rewind

Closed this issue · 3 comments

Does 2016.6 release have a sp_rewind or some other rewind function as v0.5?

are these what you are looking for?
https://github.com/troydhanson/kvspool/blob/master/utils/kvsp-rewind.c

void sp_rewind(const char *dir) {

I think rewind went away in a5e9127. It was due to the underlying shr library missing a "rewind the ring buffer" API call. If you need it, let me know and maybe I can see what it would take.

Yes it was looking por that sp_rewind function. Thank you very much, by the moment I think i will continue with v0.5 release.