aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.c
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-05-28 17:15:45 +0200
committerGitHub <[email protected]>2019-05-28 17:15:45 +0200
commit1c05d8815b5aa74c194236249ca3b7f008cf9cc4 (patch)
tree44aa4c2e36953a6d7a9bcc196be9648acd940645 /erts/emulator/beam/bif.c
parentf98142d32428d30cf4c4d30773568c54c72343e1 (diff)
parent3caa7894a0271a656b752c878e82519bf9bd03b8 (diff)
downloadotp-1c05d8815b5aa74c194236249ca3b7f008cf9cc4.tar.gz
otp-1c05d8815b5aa74c194236249ca3b7f008cf9cc4.tar.bz2
otp-1c05d8815b5aa74c194236249ca3b7f008cf9cc4.zip
Merge pull request #2189 from jhogberg/john/erts/seq-trace-on-spawn/OTP-15232/ERL-700
Propagate seq_trace tokens to spawned processes
Diffstat (limited to 'erts/emulator/beam/bif.c')
-rw-r--r--erts/emulator/beam/bif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/bif.c b/erts/emulator/beam/bif.c
index b35fe2fc02..dd04018ce6 100644
--- a/erts/emulator/beam/bif.c
+++ b/erts/emulator/beam/bif.c
@@ -1987,7 +1987,7 @@ do_send(Process *p, Eterm to, Eterm msg, Eterm return_term, Eterm *refp,
trace_send(p, portid, msg);
if (have_seqtrace(SEQ_TRACE_TOKEN(p))) {
- seq_trace_update_send(p);
+ seq_trace_update_serial(p);
seq_trace_output(SEQ_TRACE_TOKEN(p), msg,
SEQ_TRACE_SEND, portid, p);
}