BIND 10 #2930: Sending notifications over msgq

BIND 10 Development do-not-reply at isc.org
Fri Apr 26 07:06:05 UTC 2013


#2930: Sending notifications over msgq
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:
  vorner                             |                Status:  new
                       Type:  task   |             Milestone:  Next-Sprint-
                   Priority:         |  Proposed
  medium                             |              Keywords:
                  Component:         |             Sensitive:  0
  Inter-module communication         |           Sub-Project:  Core
               CVSS Scoring:         |  Estimated Difficulty:  0
            Defect Severity:  N/A    |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
 This is part of #1925.

 This task is to create function `createNotification(name, params)` and
 module CC session's method `sendNotification(notificationGroup, name,
 params)`.

 The `createNotification` would be similar to `createCommand` or similar
 functions and would produce something like:

 {{{
 {
     "notification": ["<name of the notification>", <params>]
 }
 }}}

 The `sendNotification` would call the `createNotification` function and
 send it to a group `Notifications/<notificationGroup>` (the prefix is
 there so we wouldn't collide with other group names).

 As this is rather small and simple task, this should cover both python and
 C++ versions of the library.

-- 
Ticket URL: <https://bind10.isc.org/ticket/2930>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list