diff options
author | Sverker Eriksson <[email protected]> | 2012-01-27 19:05:31 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:05 +0100 |
commit | 0248726417f6c0c709a85c0db930220de5541b9d (patch) | |
tree | 35b9ced4f42b28b876e1cb7080cfdfb9d5691197 /erts/emulator/beam/global.h | |
parent | cd366260e689d97845c56f30ef960853099465ab (diff) | |
download | otp-0248726417f6c0c709a85c0db930220de5541b9d.tar.gz otp-0248726417f6c0c709a85c0db930220de5541b9d.tar.bz2 otp-0248726417f6c0c709a85c0db930220de5541b9d.zip |
erts: Fallback to blocking upgrade when tracing is enabled
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index b98f810455..580336470c 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -1773,6 +1773,7 @@ erts_get_default_trace_pattern(int *trace_pattern_is_on, Binary **meta_match_spec, struct trace_pattern_flags *trace_pattern_flags, Eterm *meta_tracer_pid); +int erts_is_default_trace_enabled(void); void erts_bif_trace_init(void); /* |