diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-02 03:12:45 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 01:23:30 -0400 |
commit | 40c669d1864c4c9eb788240dd4edc533d8a352f2 (patch) | |
tree | cdd1ce41c1dc76bf8ad907821b94d61901bc9ecb /include | |
parent | 570649ec3d6c66be8d7900b655cdc1d31ca8fe27 (diff) |
mega refactoring of mem3
Diffstat (limited to 'include')
-rw-r--r-- | include/mem3.hrl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mem3.hrl b/include/mem3.hrl index a1e6f822..533056f9 100644 --- a/include/mem3.hrl +++ b/include/mem3.hrl @@ -10,13 +10,6 @@ -include_lib("eunit/include/eunit.hrl"). -%% version 3 of membership state --record(mem, {header=3, - nodes=[], - clock=[], - args - }). - %% partition record -record(shard, {name, node, dbname, range, ref}). @@ -28,7 +21,6 @@ -type mem_node_list() :: [mem_node()]. -type arg_options() :: {test, boolean()}. -type args() :: [] | [arg_options()]. --type mem_state() :: #mem{}. -type test() :: undefined | node(). -type epoch() :: float(). -type clock() :: {node(), epoch()}. |