aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/base/diameter.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-02-23 20:40:00 +0100
committerAnders Svensson <[email protected]>2013-03-17 15:05:57 +0100
commit86400f7630699395cbe6f78864de4534c913be4c (patch)
treef469de2f262e4b11a3fdca6dbfc24247088ad3ee /lib/diameter/src/base/diameter.erl
parent51bd468142e4c9974c7e778769b7930895010d44 (diff)
downloadotp-86400f7630699395cbe6f78864de4534c913be4c.tar.gz
otp-86400f7630699395cbe6f78864de4534c913be4c.tar.bz2
otp-86400f7630699395cbe6f78864de4534c913be4c.zip
Distribution fixes
This is the functionality that allows transports to be shared between identically-named services on different nodes, which has been neither documented nor tested (until now).
Diffstat (limited to 'lib/diameter/src/base/diameter.erl')
-rw-r--r--lib/diameter/src/base/diameter.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/diameter/src/base/diameter.erl b/lib/diameter/src/base/diameter.erl
index c67fba5f89..1a96cecc83 100644
--- a/lib/diameter/src/base/diameter.erl
+++ b/lib/diameter/src/base/diameter.erl
@@ -298,7 +298,9 @@ call(SvcName, App, Message) ->
:: capability()
| {application, [application_opt()]}
| {restrict_connections, restriction()}
- | {sequence, sequence() | evaluable()}.
+ | {sequence, sequence() | evaluable()}
+ | {share_peers, boolean()}
+ | {use_shared_peers, boolean()}.
-type application_opt()
:: {alias, app_alias()}