~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2006-08-16 06:40:24 UTC
  • Revision ID: scott@netsplit.com-20060816064024-ad797fe6776b43e8
* init/control.c (control_handle_job): Function to send out an
UPSTART_JOB_STATUS message to subscribed processes whenever a
job state changes.
(control_handle_event): Function to send out an
UPSTART_EVENT_TRIGGERED message to subscribed processes whenever
an event is triggered.
* init/control.h: Update.
* init/tests/test_control.c (test_handle_job, test_handle_event):
Check that the functions work properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2006-08-16  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * init/control.c (control_handle_job): Function to send out an
 
4
        UPSTART_JOB_STATUS message to subscribed processes whenever a
 
5
        job state changes.
 
6
        (control_handle_event): Function to send out an
 
7
        UPSTART_EVENT_TRIGGERED message to subscribed processes whenever
 
8
        an event is triggered.
 
9
        * init/control.h: Update.
 
10
        * init/tests/test_control.c (test_handle_job, test_handle_event):
 
11
        Check that the functions work properly.
 
12
 
3
13
        * init/control.c (control_handle): Handle messages that trigger
4
14
        edge and level events; subscribe the process to receive notification
5
15
        of job changes during the event.