summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2022-12-17 13:07:42 -0800
committerJames M Snell <jasnell@gmail.com>2023-02-19 16:26:56 -0800
commitc8cc7e89e600c1e10739a086153a245cde661ac2 (patch)
treeb3a3abdbf7d3be8a43e49aa21409cbde08a73704 /node.gyp
parent9a82938b82dd3c5795adbf64b9c94c7594d2f39a (diff)
downloadnode-new-c8cc7e89e600c1e10739a086153a245cde661ac2.tar.gz
src: implement DataQueue
See documentation in dataqueue/queue.h for details Co-authored-by: flakey5 <73616808+flakey5@users.noreply.github.com> PR-URL: https://github.com/nodejs/node/pull/45258 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 6d1b2bf369..f890917747 100644
--- a/node.gyp
+++ b/node.gyp
@@ -477,6 +477,7 @@
'src/cleanup_queue.cc',
'src/connect_wrap.cc',
'src/connection_wrap.cc',
+ 'src/dataqueue/queue.cc',
'src/debug_utils.cc',
'src/env.cc',
'src/fs_event_wrap.cc',
@@ -580,6 +581,7 @@
'src/cleanup_queue-inl.h',
'src/connect_wrap.h',
'src/connection_wrap.h',
+ 'src/dataqueue/queue.h',
'src/debug_utils.h',
'src/debug_utils-inl.h',
'src/env_properties.h',
@@ -991,6 +993,7 @@
'test/cctest/test_sockaddr.cc',
'test/cctest/test_traced_value.cc',
'test/cctest/test_util.cc',
+ 'test/cctest/test_dataqueue.cc',
],
'conditions': [