diff options
author | Sverker Eriksson <[email protected]> | 2018-02-19 11:59:12 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-02-20 17:37:21 +0100 |
commit | cff79c76c3fb574addb5c9364f7c4c7d48a75907 (patch) | |
tree | dd27a97ebe02c91dc75e1c74b0d2849b5d1dc9e5 /lib/observer/src/crashdump_viewer.hrl | |
parent | 43edeef1d224ace49dac13d6a5778cd0b50f1d25 (diff) | |
download | otp-cff79c76c3fb574addb5c9364f7c4c7d48a75907.tar.gz otp-cff79c76c3fb574addb5c9364f7c4c7d48a75907.tar.bz2 otp-cff79c76c3fb574addb5c9364f7c4c7d48a75907.zip |
erts,observer: Add more port info to crash dump
Diffstat (limited to 'lib/observer/src/crashdump_viewer.hrl')
-rw-r--r-- | lib/observer/src/crashdump_viewer.hrl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/observer/src/crashdump_viewer.hrl b/lib/observer/src/crashdump_viewer.hrl index ff719abc23..25a37656be 100644 --- a/lib/observer/src/crashdump_viewer.hrl +++ b/lib/observer/src/crashdump_viewer.hrl @@ -104,7 +104,11 @@ links, name, monitors, - controls}). + controls, + input, + output, + queue, + port_data}). -record(sched, {name, |