Test object list sorting, begin peering code
This commit is contained in:
+1
-6
@@ -28,6 +28,7 @@
|
||||
#define MEM_ALIGNMENT 512
|
||||
|
||||
// States are not stored on disk. Instead, they're deduced from the journal
|
||||
// FIXME: Rename to BS_ST_*
|
||||
|
||||
#define ST_J_IN_FLIGHT 1
|
||||
#define ST_J_SUBMITTED 2
|
||||
@@ -171,12 +172,6 @@ struct blockstore_op_private_t
|
||||
|
||||
#include "blockstore_flush.h"
|
||||
|
||||
struct blockstore_params_t
|
||||
{
|
||||
uint32_t block_size;
|
||||
|
||||
};
|
||||
|
||||
class blockstore_impl_t
|
||||
{
|
||||
/******* OPTIONS *******/
|
||||
|
||||
Reference in New Issue
Block a user