Skip to content

Commit c8e34b6

Browse files
danbevitaloacasas
authored andcommitted
build: add missing src/tracing header files
I noticed that only one header from src/tracing is included in the sources list in node.gyp. Not sure if this is intentional or not so I wanted to bring it up just in case this was overlooked. PR-URL: #10851 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent 30c80cb commit c8e34b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@
234234
'src/stream_base.h',
235235
'src/stream_base-inl.h',
236236
'src/stream_wrap.h',
237+
'src/tracing/agent.h',
238+
'src/tracing/node_trace_buffer.h',
239+
'src/tracing/node_trace_writer.h',
237240
'src/tracing/trace_event.h'
238241
'src/tree.h',
239242
'src/util.h',

0 commit comments

Comments
 (0)