aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/include
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2012-07-08 21:04:25 +0200
committerAnders Svensson <[email protected]>2012-08-26 13:52:42 +0200
commitf430c8c706de300122d10c64b316d18917e176b3 (patch)
tree58f23bdae1734279dd7c24ad182ae39094899073 /lib/diameter/include
parentcfea5eea406ba3af96588ff458e55de9a149d9c5 (diff)
downloadotp-f430c8c706de300122d10c64b316d18917e176b3.tar.gz
otp-f430c8c706de300122d10c64b316d18917e176b3.tar.bz2
otp-f430c8c706de300122d10c64b316d18917e176b3.zip
Turn last field of #diameter_app{} into an options list
To make for easier adding of future options. The record is only passed into transport modules so the only compatibility issue is with these. (No issue for diameter_{tcp,sctp} and unlikely but theoretically possible for any other implementations, which probably don't exist at this point.)
Diffstat (limited to 'lib/diameter/include')
-rw-r--r--lib/diameter/include/diameter.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/diameter/include/diameter.hrl b/lib/diameter/include/diameter.hrl
index 4273262015..47f9d1240f 100644
--- a/lib/diameter/include/diameter.hrl
+++ b/lib/diameter/include/diameter.hrl
@@ -139,7 +139,6 @@
init_state, %% option 'state', initial callback state
id, %% 32-bit unsigned application identifier = Dict:id()
mutable = false, %% boolean(), do traffic callbacks modify state?
- answer_errors = report}). %% | callback | discard
- %% how to handle containing errors?
+ options = [{answer_errors, report}]}). %% | callback | discard
-endif. %% -ifdef(diameter_hrl).