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

Add BLOB_DISCK_CTL_NOCSUM to record flags if blob has EBLOB_NO_FOOTER flag. #83

Closed shaitan closed 10 years ago

shaitan commented 10 years ago

Check sum is kept in the footer of record. If there is no footer, there is no check sum. That is why we have to set BLOB_DISCK_CTL_NOCSUM to record flags.