aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-03-18 13:33:30 +0100
committerLukas Larsson <[email protected]>2019-03-25 16:34:11 +0100
commitc0ca8209570b42bfbb029eb7e9ae8750a43fb739 (patch)
tree913beb0e76931019b657d873dd0821554391ac2d /erts/emulator/beam/dist.h
parent1b90b7311d6ccdb39f54d655b82cf6900c60761b (diff)
downloadotp-c0ca8209570b42bfbb029eb7e9ae8750a43fb739.tar.gz
otp-c0ca8209570b42bfbb029eb7e9ae8750a43fb739.tar.bz2
otp-c0ca8209570b42bfbb029eb7e9ae8750a43fb739.zip
erts: Add crash dumping of EXITING and FREE processes
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r--erts/emulator/beam/dist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h
index 9b5e62ab7e..f953a2ab8c 100644
--- a/erts/emulator/beam/dist.h
+++ b/erts/emulator/beam/dist.h
@@ -319,5 +319,6 @@ extern int erts_dsig_prepare(ErtsDSigSendContext *,
int,
int);
+void erts_dist_print_procs_suspended_on_de(fmtfn_t to, void *to_arg);
int erts_auto_connect(DistEntry* dep, Process *proc, ErtsProcLocks proc_locks);
#endif