google / hat-backup

Backend-agnostic snapshotting backup system
Apache License 2.0
252 stars 39 forks source link

Removed a callback from the Msg to key::StoreProcess. Instead use the… #52

Closed TethysSvensson closed 8 years ago

TethysSvensson commented 8 years ago

… value directly.

TethysSvensson commented 8 years ago

I thought the callback never used IO. It turns out that I missed a call to File::open. Closing as this probably not a good idea.