Add a null storage implementation.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 6 Aug 2010 21:08:59 +0000 (14:08 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 6 Aug 2010 21:08:59 +0000 (14:08 -0700)
commit4e24d47abcb5b0e97ab13afc8f97f8fdcab14843
tree2ab012e61c6a19f36ff340cb2b6335591b05cc4c
parent8ae6b69c5d727704d4414e370c165dd71668031c
Add a null storage implementation.

This simply discards all data written to it.  Useful for testing purposes,
if all the data remains in the local log and so we never need to fetch data
from the storage implementation.
bluesky/store.c