aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-02-14 18:27:17 +0100
committerSverker Eriksson <[email protected]>2017-02-14 18:27:17 +0100
commite725221bcf085c1cd19f6340acb477da8aec1705 (patch)
treec0450b7280090ec417fcc12f8cd5d3f4cc915de9 /erts/emulator/beam/dist.h
parent70d5b560dc4894606ca7a09f3afd9a105b5a5d54 (diff)
parent118de47d703e303aea7f4575849a37c11416ba14 (diff)
downloadotp-e725221bcf085c1cd19f6340acb477da8aec1705.tar.gz
otp-e725221bcf085c1cd19f6340acb477da8aec1705.tar.bz2
otp-e725221bcf085c1cd19f6340acb477da8aec1705.zip
Merge branch 'sverker/magic-destructor-veto'
* sverker/magic-destructor-veto: erts: Add deallocation veto for magic destructors
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 e82b416286..8799e54057 100644
--- a/erts/emulator/beam/dist.h
+++ b/erts/emulator/beam/dist.h
@@ -375,7 +375,7 @@ extern int erts_dsig_send_monitor(ErtsDSigData *, Eterm, Eterm, Eterm);
extern int erts_dsig_send_m_exit(ErtsDSigData *, Eterm, Eterm, Eterm, Eterm);
extern int erts_dsig_send(ErtsDSigData *dsdp, struct erts_dsig_send_context* ctx);
-extern void erts_dsend_context_dtor(Binary*);
+extern int erts_dsend_context_dtor(Binary*);
extern Eterm erts_dsend_export_trap_context(Process* p, ErtsSendContext* ctx);
extern int erts_dist_command(Port *prt, int reds);