diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-03 14:08:04 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-03 14:08:04 +0100 |
| commit | 587e3cf8aa4c4308662b957b1a374a468402f70c (patch) | |
| tree | e7f97f77dfe68fda3985dc53e6498029bc085b0e /src/gm.erl | |
| parent | 8d4b3262130d7ebe02aed4428dbcc75bb86d00f6 (diff) | |
| parent | 88a9a3402a628c7e8061105746b1a380503095d8 (diff) | |
| download | rabbitmq-server-git-587e3cf8aa4c4308662b957b1a374a468402f70c.tar.gz | |
merge bug24323 into default
Diffstat (limited to 'src/gm.erl')
| -rw-r--r-- | src/gm.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gm.erl b/src/gm.erl index 8b4d2776c8..8c838a7056 100644 --- a/src/gm.erl +++ b/src/gm.erl @@ -422,9 +422,9 @@ -type(group_name() :: any()). --spec(create_tables/0 :: () -> 'ok'). +-spec(create_tables/0 :: () -> 'ok' | {'aborted', any()}). -spec(start_link/3 :: (group_name(), atom(), any()) -> - {'ok', pid()} | {'error', any()}). + rabbit_types:ok_pid_or_error()). -spec(leave/1 :: (pid()) -> 'ok'). -spec(broadcast/2 :: (pid(), any()) -> 'ok'). -spec(confirmed_broadcast/2 :: (pid(), any()) -> 'ok'). |
