aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/base/diameter_watchdog.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-02-06 18:24:26 +0100
committerAnders Svensson <[email protected]>2013-02-08 19:28:47 +0100
commite49e7acc2af99bbd06fa028168f9e1549cc5c658 (patch)
treeff94bd6cdddeadbe6aa5b0bb1182a5564088b554 /lib/diameter/src/base/diameter_watchdog.erl
parent1e6f879d41fd023f815609268447e763a9206396 (diff)
downloadotp-e49e7acc2af99bbd06fa028168f9e1549cc5c658.tar.gz
otp-e49e7acc2af99bbd06fa028168f9e1549cc5c658.tar.bz2
otp-e49e7acc2af99bbd06fa028168f9e1549cc5c658.zip
Split message handling in diameter_service into diameter_traffic
Traffic handling is connected to the service implementation through the pick_peer callback and failover but diameter_service was getting unwieldy as home to both the service process and traffic handling.
Diffstat (limited to 'lib/diameter/src/base/diameter_watchdog.erl')
-rw-r--r--lib/diameter/src/base/diameter_watchdog.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/base/diameter_watchdog.erl b/lib/diameter/src/base/diameter_watchdog.erl
index a6be6a9e29..073a415d10 100644
--- a/lib/diameter/src/base/diameter_watchdog.erl
+++ b/lib/diameter/src/base/diameter_watchdog.erl
@@ -502,7 +502,7 @@ rcv(N, _, _)
rcv(_, Pkt, #watchdog{transport = TPid,
dictionary = Dict0,
receive_data = T}) ->
- diameter_service:receive_message(TPid, Pkt, Dict0, T).
+ diameter_traffic:receive_message(TPid, Pkt, Dict0, T).
throwaway(S) ->
throw({?MODULE, throwaway, S}).