diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-09-11 12:20:04 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-09-11 12:20:04 +0100 |
| commit | c08e236d27707fc343ca6ff2ba41be1a07131b48 (patch) | |
| tree | 10e9305d3f8f77569e83d45be34c02a0eadabd9d /src/gm.erl | |
| parent | 711cbbdbbd1d1748fa1971046a0b881c8b6fa6f1 (diff) | |
| download | rabbitmq-server-git-c08e236d27707fc343ca6ff2ba41be1a07131b48.tar.gz | |
More consistent naming.
Diffstat (limited to 'src/gm.erl')
| -rw-r--r-- | src/gm.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gm.erl b/src/gm.erl index 9046a11301..098d84fa30 100644 --- a/src/gm.erl +++ b/src/gm.erl @@ -475,7 +475,7 @@ %% see members die that we have not seen born (or supplied in the %% members to joined/2). -callback members_changed(Args :: term(), Births :: [pid()], - Deaths :: [pid()], Current :: [pid()]) -> + Deaths :: [pid()], Live :: [pid()]) -> ok | {stop, Reason :: term()} | {become, Module :: atom(), Args :: any()}. %% Supplied with Args provided in start_link, the sender, and the |
