diff options
Diffstat (limited to 'src/resolve_errors.cpp')
-rw-r--r-- | src/resolve_errors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve_errors.cpp b/src/resolve_errors.cpp index 67f7313..54f0b78 100644 --- a/src/resolve_errors.cpp +++ b/src/resolve_errors.cpp @@ -34,7 +34,7 @@ using namespace phosphor::logging; using EndpointList = std::vector<std::string>; using EndpointsProperty = sdbusplus::message::variant<EndpointList>; -void ResolveCallout::operator()() +void ResolveCallout::operator()(Context ctx) { //Resolve all errors for this callout: // 1) Read the 'endpoints' property for the callout/fault object |