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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2007-02-07 16:22:47 UTC
  • Revision ID: scott@netsplit.com-20070207162247-rfexn9kcfofmsqiv
* init/event.c (event_pending): Pass the emission directly to
job_handle_event now.
* init/job.c (job_handle_event, job_start_event, job_stop_event):
Deal with event emissions rather than just plain events, the change
so far doesn't do anything else other than take the structure change.
* init/job.h: Change prototypes.
* init/tests/test_job.c (test_start_event, test_stop_event)
(test_handle_event): Update tests to use emissions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2007-02-07  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * init/event.c (event_pending): Pass the emission directly to
 
4
        job_handle_event now.
 
5
        * init/job.c (job_handle_event, job_start_event, job_stop_event):
 
6
        Deal with event emissions rather than just plain events, the change
 
7
        so far doesn't do anything else other than take the structure change.
 
8
        * init/job.h: Change prototypes.
 
9
        * init/tests/test_job.c (test_start_event, test_stop_event)
 
10
        (test_handle_event): Update tests to use emissions.
 
11
 
3
12
        * init/tests/test_event.c (test_read_state, test_write_state): Check
4
13
        the passing of the progress information.
5
14
        * init/event.c (event_read_state, event_write_state): Add progress