diff options
author | Raimo Niskanen <raimo@erlang.org> | 2023-01-04 10:44:21 +0100 |
---|---|---|
committer | Raimo Niskanen <raimo@erlang.org> | 2023-02-09 15:32:21 +0100 |
commit | 92ed2d5e14aad4979b60bf980be01f5568a8bf45 (patch) | |
tree | 4ae870967d4d894d7f5455a1e8abd6613d39ee7c /lib/kernel/src | |
parent | ef3dc0ba96bf0d67f371abb2e81a78ccebbc8cd9 (diff) | |
download | erlang-92ed2d5e14aad4979b60bf980be01f5568a8bf45.tar.gz |
Benchmark cryptcookie over both socket and inet_drv
Diffstat (limited to 'lib/kernel/src')
-rw-r--r-- | lib/kernel/src/inet_epmd_dist.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kernel/src/inet_epmd_dist.erl b/lib/kernel/src/inet_epmd_dist.erl index 116d53bdf4..fc09d4ad08 100644 --- a/lib/kernel/src/inet_epmd_dist.erl +++ b/lib/kernel/src/inet_epmd_dist.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2022. All Rights Reserved. +%% Copyright Ericsson AB 1997-2023. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ %% DistMod helper API -export([check_ip/2, wait_for_code_server/1, f_address/2, tick/1, getstat/1, setopts/2, getopts/2, - nodelay/0]). + nodelay/0, merge_options/3]). %% net_kernel and dist_util distribution Module API -export([address/1, listen/2, |