reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

logs: use wc->index instead of wc->bctl->index #134

Closed shaitan closed 8 years ago

shaitan commented 8 years ago

wc->index and wc->bctl->index are equal but using wc->index is safer because wc->bctl can be freed by defragmentation.

Fixed reverbrain/elliptics#639