Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorDarshan Sen <darshan.sen@postman.com>2021-11-13 10:21:42 +0300
committerDarshan Sen <darshan.sen@postman.com>2021-11-18 16:12:27 +0300
commit2b0087f3d4df741d8031724c9abd2ea71dcc4dab (patch)
tree77b3dd8d4b795d97d528836255c8ef3bcccb9fc1 /src/env.h
parentff3989572acd50419e5b833776b1d2d0546fa616 (diff)
Revert "async_hooks: merge resource_symbol with owner_symbol"
This reverts commit 7ca2f1303996e0c79c354e979a1527da444ca886. PR-URL: https://github.com/nodejs/node/pull/40741 Fixes: https://github.com/nodejs/node/issues/40693 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index c0712d4881a..5cf789f9bb7 100644
--- a/src/env.h
+++ b/src/env.h
@@ -171,6 +171,7 @@ constexpr size_t kFsStatsBufferLength =
V(oninit_symbol, "oninit") \
V(owner_symbol, "owner_symbol") \
V(onpskexchange_symbol, "onpskexchange") \
+ V(resource_symbol, "resource_symbol") \
V(trigger_async_id_symbol, "trigger_async_id_symbol") \
// Strings are per-isolate primitives but Environment proxies them