aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-03-20 15:27:43 +0100
committerSverker Eriksson <[email protected]>2018-03-20 17:34:12 +0100
commit902e1df69542e07e7c363f5b599ac1551b8fbb64 (patch)
tree332c649994ea663967a9446bfaf5276f41a7b29a /erts/emulator/beam/global.h
parent21e71598fddd8483ff0b43eca0a101aa4e3c024a (diff)
downloadotp-902e1df69542e07e7c363f5b599ac1551b8fbb64.tar.gz
otp-902e1df69542e07e7c363f5b599ac1551b8fbb64.tar.bz2
otp-902e1df69542e07e7c363f5b599ac1551b8fbb64.zip
erts: Add dynamic loaded drivers to list of "taints"
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 0f23027752..3c98ccfef3 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -117,6 +117,7 @@ extern void erts_pre_nif(struct enif_environment_t*, Process*,
extern void erts_post_nif(struct enif_environment_t* env);
extern void erts_resource_stop(ErtsResource*, ErlNifEvent, int is_direct_call);
void erts_fire_nif_monitor(ErtsResource*, Eterm pid, Eterm ref);
+extern void erts_add_taint(Eterm mod_atom);
extern Eterm erts_nif_taints(Process* p);
extern void erts_print_nif_taints(fmtfn_t to, void* to_arg);
void erts_unload_nif(struct erl_module_nif* nif);