aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-04-10 11:44:35 +0200
committerJohn Högberg <[email protected]>2018-04-16 15:44:56 +0200
commit9128efbb8dadc819938820af0d9de9128e72eb07 (patch)
tree5c4e714f44b7c04e5dc8ff89100596553582f22f /erts/emulator/beam/global.h
parentc71d914fa41f3b272dc80fefc33c1bb40ca86652 (diff)
downloadotp-9128efbb8dadc819938820af0d9de9128e72eb07.tar.gz
otp-9128efbb8dadc819938820af0d9de9128e72eb07.tar.bz2
otp-9128efbb8dadc819938820af0d9de9128e72eb07.zip
erts: Always keep a copy of driver names as an atom
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 256670ff22..f4fea86cdc 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -200,6 +200,7 @@ typedef struct {
struct erts_driver_t_ {
erts_driver_t *next;
erts_driver_t *prev;
+ Eterm name_atom;
char *name;
struct {
int major;