aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-09-18 14:34:16 +0200
committerSverker Eriksson <[email protected]>2018-09-18 14:34:16 +0200
commit06a5b038c1fb5f722b7f691488aaf18981f1344f (patch)
tree79e415d1a065daac11684ac85de497d9195062b9 /erts/emulator/beam/dist.h
parentfd5ec01f342a885fe1ba0103fe6ece71a85f42f0 (diff)
parent49504906b4a16b69e52beb09e92f68c6ccd51753 (diff)
downloadotp-06a5b038c1fb5f722b7f691488aaf18981f1344f.tar.gz
otp-06a5b038c1fb5f722b7f691488aaf18981f1344f.tar.bz2
otp-06a5b038c1fb5f722b7f691488aaf18981f1344f.zip
Merge 'sverker/erts/fix-aborted-pending-connection-race/OTP-15296'
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 b2f9c6a16b..d4d7874a70 100644
--- a/erts/emulator/beam/dist.h
+++ b/erts/emulator/beam/dist.h
@@ -401,7 +401,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