[bind10-dev] BIND 10 master, updated. 9d7bd1274b7ff4578e108c8c13bad81cc2867d14 [2937] Interface of the notify method

Michal 'vorner' Vaner michal.vaner at nic.cz
Tue May 21 07:02:00 UTC 2013


Hello

On Mon, May 20, 2013 at 02:59:04PM +0000, BIND 10 source code commits wrote:
> - Log -----------------------------------------------------------------
> commit 9d7bd1274b7ff4578e108c8c13bad81cc2867d14
> Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
> Date:   Mon May 20 16:58:40 2013 +0200
> 
>     [2937] Interface of the notify method
> 
> -----------------------------------------------------------------------

Ups. It seems I pushed to master instead to a branch.

Is it OK if this one stays there? There's no real code there, so it shouldn't
cause any problem.

> Summary of changes:
>  src/lib/config/ccsession.h |   17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> -----------------------------------------------------------------------
> diff --git a/src/lib/config/ccsession.h b/src/lib/config/ccsession.h
> index 995a5cd..aee6518 100644
> --- a/src/lib/config/ccsession.h
> +++ b/src/lib/config/ccsession.h
> @@ -425,6 +425,23 @@ public:
>                                             params =
>                                             isc::data::ConstElementPtr());
>  
> +    /// \brief Send a notification to subscribed clients
> +    ///
> +    /// Send a notification message to all clients subscribed to the given
> +    /// notification group.
> +    ///
> +    /// \param notification_group This parameter (indirectly) signifies what
> +    ///     clients should receive the notification. Only the clients that
> +    ///     subscribed to notifications on the same group receive it.
> +    /// \param name The name of the event to notify about (for example
> +    ///     `config_changed`).
> +    /// \param params Other parameters that describe the event. This might
> +    ///     be, for example, the new configuration value.
> +    void notify(const std::string& notification_group,
> +                const std::string& name,
> +                const isc::data::ConstElementPtr& params =
> +                    isc::data::ConstElementPtr());
> +
>      /// \brief Convenience version of rpcCall
>      ///
>      /// This is exactly the same as the previous version of rpcCall, except
> 
> _______________________________________________
> bind10-changes mailing list
> bind10-changes at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind10-changes

-- 
If you let 100 monkeys type, eventually one will write a Java program.
The rest code in Perl.

Michal 'vorner' Vaner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <https://lists.isc.org/pipermail/bind10-dev/attachments/20130521/892f91e9/attachment.bin>


More information about the bind10-dev mailing list