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:
authorThiago Padilha <thiago@padilha.cc>2019-09-02 21:51:29 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-01-04 00:40:50 +0300
commit25b21e478e822bf3d363a9016a937109a15e3ea0 (patch)
treefa886ba1d222708b22e5d002ed1b37c658186653 /src/env.h
parent28fe1ef63512acd40cfd1dd15918db494c92f45f (diff)
child_process: add 'overlapped' stdio flag
The 'overlapped' value sets the UV_OVERLAPPED_PIPE libuv flag in the child process stdio. Fixes: https://github.com/nodejs/node/issues/29238 PR-URL: https://github.com/nodejs/node/pull/29412 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@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 9ac090e07cc..dd9ddfd9fd2 100644
--- a/src/env.h
+++ b/src/env.h
@@ -343,6 +343,7 @@ constexpr size_t kFsStatsBufferLength =
V(options_string, "options") \
V(order_string, "order") \
V(output_string, "output") \
+ V(overlapped_string, "overlapped") \
V(parse_error_string, "Parse Error") \
V(password_string, "password") \
V(path_string, "path") \