pushOffsets will push the recent offsets to the backup store.
()
| 248 | |
| 249 | // pushOffsets will push the recent offsets to the backup store. |
| 250 | func (b *blockEnc) popOffsets() { |
| 251 | b.recentOffsets = b.prevRecentOffsets |
| 252 | } |
| 253 | |
| 254 | // matchOffset will adjust recent offsets and return the adjusted one, |
| 255 | // if it matches a previous offset. |