Skip to content

src: move trace_event.h include to internal header

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix10929 into master

Move the include from src/node.h to src/node_internals.h.

trace_event.h is not shipped in binary-only and headers-only tarballs, making it currently impossible to build add-ons against them.

cc @richardlau @matthewloring

CI: https://ci.nodejs.org/job/node-test-pull-request/5990/

Merge request reports

Loading