Skip to content

Instantly share code, notes, and snippets.

@jadeallenx
Created April 28, 2015 21:22
Show Gist options
  • Select an option

  • Save jadeallenx/9b0445c08b8bdea116b5 to your computer and use it in GitHub Desktop.

Select an option

Save jadeallenx/9b0445c08b8bdea116b5 to your computer and use it in GitHub Desktop.
handoff_starting(_TargetNode, State) ->
{true, State}.
handoff_cancelled(State) ->
{ok, State}.
handoff_finished(_TargetNode, State) ->
{ok, State}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment