Skip to content

Commit

Permalink
more precise dcid definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrain committed Aug 25, 2016
1 parent 0c7a9c7 commit 7e487c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/antidote_utils.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-type key() :: term().
-type op() :: {update | merge, downstream_record()}.
-type type() :: atom().
-type dcid() :: 'undefined' | {_,_}.
-type dcid() :: 'undefined' | {atom(),tuple()}. %% TODO, is this the only structure that is returned by riak_core_ring:cluster_name(Ring)?
-type snapshot_time() :: vectorclock:vectorclock().
-type clock_time() :: non_neg_integer().
-type dc_and_commit_time() :: {dcid(), clock_time()}.
Expand Down

0 comments on commit 7e487c6

Please # to comment.