Skip to content

Commit 29ed28d

Browse files
Chris Thompsonfacebook-github-bot
Chris Thompson
authored andcommitted
Add event_tracer to MIL for Backend Init Context
Summary: Allow for intended usage of event tracer in BackendInitContext. Differential Revision: D75308778
1 parent 4014cc6 commit 29ed28d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/backend/backend_init_context.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class BackendInitContext final {
2525
const char* method_name = nullptr,
2626
const NamedDataMap* named_data_map = nullptr)
2727
: runtime_allocator_(runtime_allocator),
28+
event_tracer_(event_tracer),
2829
method_name_(method_name),
2930
named_data_map_(named_data_map) {}
3031

0 commit comments

Comments
 (0)