Skip to content

Instantly share code, notes, and snippets.

@thumbot
Created February 14, 2017 15:58
Show Gist options
  • Save thumbot/d3333920422dd06ef7c51d65037c9883 to your computer and use it in GitHub Desktop.
Save thumbot/d3333920422dd06ef7c51d65037c9883 to your computer and use it in GitHub Desktop.
Merge made by the 'recursive' strategy.
src/riak_core_app.erl | 10 +++
src/riak_core_info_service.erl | 44 +++++++++++++
src/riak_core_info_service_process.erl | 113 +++++++++++++++++++++++++++++++++
src/riak_core_info_service_sup.erl | 30 +++++++++
src/riak_core_sup.erl | 1 +
5 files changed, 198 insertions(+)
create mode 100644 src/riak_core_info_service.erl
create mode 100644 src/riak_core_info_service_process.erl
create mode 100644 src/riak_core_info_service_sup.erl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment