|
@@ -440,10 +440,11 @@ public:
|
|
/// users should receive the notification. Only the users that
|
|
/// users should receive the notification. Only the users that
|
|
/// subscribed to notifications on the same group receive it.
|
|
/// subscribed to notifications on the same group receive it.
|
|
/// \param name The name of the event to notify about (for example
|
|
/// \param name The name of the event to notify about (for example
|
|
- /// `config_changed`).
|
|
|
|
|
|
+ /// `new_group_member`).
|
|
/// \param params Other parameters that describe the event. This might
|
|
/// \param params Other parameters that describe the event. This might
|
|
- /// be, for example, the new configuration value. This can be any
|
|
|
|
- /// data element, but it is common for it to be map.
|
|
|
|
|
|
+ /// be, for example, the ID of the new member and the name of the
|
|
|
|
+ /// group. This can be any data element, but it is common for it to be
|
|
|
|
+ /// map.
|
|
void notify(const std::string& notification_group,
|
|
void notify(const std::string& notification_group,
|
|
const std::string& name,
|
|
const std::string& name,
|
|
const isc::data::ConstElementPtr& params =
|
|
const isc::data::ConstElementPtr& params =
|