We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dafde5 commit e26456aCopy full SHA for e26456a
Framework/Core/include/Framework/DeviceContext.h
@@ -34,7 +34,7 @@ struct DeviceContext {
34
int expectedRegionCallbacks = 0;
35
int exitTransitionTimeout = 0;
36
int dataProcessingTimeout = 0;
37
- ProcessingPolicies &processingPolicies;
+ ProcessingPolicies& processingPolicies;
38
};
39
40
} // namespace o2::framework
0 commit comments