diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-07-15 11:58:37 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-07-15 11:58:37 +0100 |
| commit | 3a2f261753bfd7f061d1ccde3184def04a5184b3 (patch) | |
| tree | 674c8467d2e3a01ea3540c0da2f91444bce9ccf4 | |
| parent | 0277e787ec5559d8c0f2be6aea1e91f4cd3fc7a9 (diff) | |
| download | rabbitmq-server-git-3a2f261753bfd7f061d1ccde3184def04a5184b3.tar.gz | |
This was copied from R14B03 supervisor.erl, but there it was exported. I don't think we want to export any types from here, people can get them from supervisor.
| -rw-r--r-- | src/mirrored_supervisor.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 4d20489306..2787001bdc 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -156,9 +156,6 @@ Type :: worker(), Modules :: modules()}. --type strategy() :: 'one_for_all' | 'one_for_one' - | 'rest_for_one' | 'simple_one_for_one'. - -type startlink_err() :: {'already_started', pid()} | 'shutdown' | term(). -type startlink_ret() :: {'ok', pid()} | 'ignore' | {'error', startlink_err()}. |
