Skip to content

Instantly share code, notes, and snippets.

@thumbot
Created February 21, 2017 19:51
Show Gist options
  • Save thumbot/67abdca2130240c24c8409d3f6e42077 to your computer and use it in GitHub Desktop.
Save thumbot/67abdca2130240c24c8409d3f6e42077 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 | 104 +++++++++++++++++++++++++++++++++
src/riak_core_info_service_process.erl | 89 ++++++++++++++++++++++++++++
src/riak_core_info_service_sup.erl | 50 ++++++++++++++++
src/riak_core_sup.erl | 1 +
src/riak_core_throttle.erl | 2 +-
6 files changed, 255 insertions(+), 1 deletion(-)
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