Skip to content

Commit

Permalink
Json meta to IDL changes in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Nov 20, 2024
1 parent c05db9f commit 67ca48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/IMonitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace Exchange {
// @param callsign: Callsign of the service the Monitor acted upon
// @param action: The action executed by the Monitor on a service. One of: Activate, Deactivate, StoppedRestarting
// @param reason: A message describing the reason the action was taken
virtual void Actionconst string& callsign, const action value, const string& reason) = 0;
virtual void Action(const string& callsign, const action value, const string& reason) = 0;
};

// Pushing notifications to interested sinks
Expand Down

0 comments on commit 67ca48c

Please sign in to comment.