We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fb2d3 commit 95d8bdfCopy full SHA for 95d8bdf
1 file changed
extension-framework/cpp-extension-lib/include/api/core/Resource.h
@@ -196,9 +196,9 @@ void registerProcessors(MinifiExtension* extension) {
196
}), ...);
197
}
198
199
-template <typename... Processors>
+template <typename... ControllerServices>
200
void registerControllerServices(MinifiExtension* extension) {
201
- (core::useControllerServiceClassDescription<Processors>([&](const MinifiControllerServiceClassDefinition& definition) {
+ (core::useControllerServiceClassDescription<ControllerServices>([&](const MinifiControllerServiceClassDefinition& definition) {
202
MinifiRegisterControllerService(extension, &definition);
203
204
0 commit comments