Skip to content

Instantly share code, notes, and snippets.

@thumbot
Created February 14, 2017 19:34
Show Gist options
  • Save thumbot/81f54038f1ce7806af6462703efcb72e to your computer and use it in GitHub Desktop.
Save thumbot/81f54038f1ce7806af6462703efcb72e 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 | 69 ++++++++++++++++++++++++++++++++++
src/riak_core_info_service_sup.erl | 30 +++++++++++++++
src/riak_core_sup.erl | 1 +
5 files changed, 154 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