Skip to content

Commit

Permalink
Update eleveldb.erl
Browse files Browse the repository at this point in the history
Mistakenly removed - now used by riak_kv_eleveldb_backend
  • Loading branch information
martinsumner committed Mar 17, 2019
1 parent b7071c2 commit 907e3ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/eleveldb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
-export_type([db_ref/0,
itr_ref/0]).

%% do_fold exported so that the process of snapshotting the database can be
%% separated from the process of running the fold
-export([do_fold/4]).

-on_load(init/0).

-ifdef(TEST).
Expand Down

0 comments on commit 907e3ae

Please sign in to comment.