diff options
author | Timmo Verlaan <[email protected]> | 2018-01-29 21:27:22 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-05-16 17:49:44 +0200 |
commit | 662f3c7ba50ff8ec13d86171bcfc61fd3da9deed (patch) | |
tree | c083608e4f9eb83a4539b5f4a30d1eaf929a0d80 /erts/doc/src/Makefile | |
parent | 0c737f730eccd5716b6d87b0ef690fc7ad02d547 (diff) | |
download | otp-662f3c7ba50ff8ec13d86171bcfc61fd3da9deed.tar.gz otp-662f3c7ba50ff8ec13d86171bcfc61fd3da9deed.tar.bz2 otp-662f3c7ba50ff8ec13d86171bcfc61fd3da9deed.zip |
epmd: allow alternative to dns resolving for nodename
This makes it possible to create a custom integration with a
key-value store for example. The key would then point to the
actual address. You would have to write your own epmd module
to make use of that feature.
Diffstat (limited to 'erts/doc/src/Makefile')
-rw-r--r-- | erts/doc/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/doc/src/Makefile b/erts/doc/src/Makefile index 5fa8b0673a..96cc4413a9 100644 --- a/erts/doc/src/Makefile +++ b/erts/doc/src/Makefile @@ -74,6 +74,7 @@ XML_CHAPTER_FILES = \ match_spec.xml \ crash_dump.xml \ alt_dist.xml \ + alt_disco.xml \ driver.xml \ absform.xml \ inet_cfg.xml \ |