aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.h
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-09-11 16:56:48 +0200
committerErlang/OTP <[email protected]>2018-09-11 16:56:48 +0200
commitf7ad6631db7eed84bb0366a6141ad54366dd91ad (patch)
treebe3e50b45483d1041379f70131356d00ec316def /erts/emulator/beam/dist.h
parenteb74d4d6140065a6f45e283ffc52ae80c80aca23 (diff)
parent49504906b4a16b69e52beb09e92f68c6ccd51753 (diff)
downloadotp-f7ad6631db7eed84bb0366a6141ad54366dd91ad.tar.gz
otp-f7ad6631db7eed84bb0366a6141ad54366dd91ad.tar.bz2
otp-f7ad6631db7eed84bb0366a6141ad54366dd91ad.zip
Merge branch 'sverker/erts/fix-aborted-pending-connection-race/OTP-15296' into maint-21
* sverker/erts/fix-aborted-pending-connection-race/OTP-15296: erts: Fix "Prevent inconsistent node lists" fix
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r--erts/emulator/beam/dist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h
index 30b4b35c20..75cb865390 100644
--- a/erts/emulator/beam/dist.h
+++ b/erts/emulator/beam/dist.h
@@ -399,7 +399,7 @@ extern void erts_kill_dist_connection(DistEntry *dep, Uint32);
extern Uint erts_dist_cache_size(void);
-extern Sint erts_abort_connection(DistEntry *dep, Uint32 conn_id);
+extern Sint erts_abort_connection_rwunlock(DistEntry *dep);
#endif