aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2015-01-25 09:33:27 +0100
committerAnders Svensson <[email protected]>2015-02-20 02:23:38 +0100
commitce062c0e079c8b43ba0ea74f9cc97dd1e01c6aad (patch)
treedaadd1a0290e28009e6cf0f2faf8c4b1d915ee63 /lib/diameter/src
parent85d44b58e75782c3e3ee8f092a0debd7dc0c371f (diff)
downloadotp-ce062c0e079c8b43ba0ea74f9cc97dd1e01c6aad.tar.gz
otp-ce062c0e079c8b43ba0ea74f9cc97dd1e01c6aad.tar.bz2
otp-ce062c0e079c8b43ba0ea74f9cc97dd1e01c6aad.zip
Refresh example code
Which hasn't received any attention for some time. Clean it up, rename the poorly named peer.erl (it's Diameter *nodes* that are implemented), and make the it possible to specify arbitrary transport configuration.
Diffstat (limited to 'lib/diameter/src')
-rw-r--r--lib/diameter/src/modules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/src/modules.mk b/lib/diameter/src/modules.mk
index a2a7a51892..c9dd4e683a 100644
--- a/lib/diameter/src/modules.mk
+++ b/lib/diameter/src/modules.mk
@@ -1,7 +1,7 @@
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2010-2014. All Rights Reserved.
+# Copyright Ericsson AB 2010-2015. All Rights Reserved.
#
# The contents of this file are subject to the Erlang Public License,
# Version 1.1, (the "License"); you may not use this file except in
@@ -94,7 +94,7 @@ BINS = \
# Released files relative to ../examples.
EXAMPLES = \
code/GNUmakefile \
- code/peer.erl \
+ code/node.erl \
code/client.erl \
code/client_cb.erl \
code/server.erl \