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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2008-04-29 18:46:03 UTC
  • Revision ID: scott@netsplit.com-20080429184603-k0jtg48regtb9y09
* init/parse_job.h: Update to include job_class.h and update prototype
to return JobClass, we'll keep the name though since we'll never
parse jobs and otherwise things get annoying.
* init/parse_job.c: Update to work on job classes.
* init/tests/test_parse_job.c: Update to match.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2008-04-29  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * init/parse_job.h: Update to include job_class.h and update prototype
 
4
        to return JobClass, we'll keep the name though since we'll never
 
5
        parse jobs and otherwise things get annoying.
 
6
        * init/parse_job.c: Update to work on job classes.
 
7
        * init/tests/test_parse_job.c: Update to match.
 
8
 
3
9
        * init/job_class.h (JobClass): Factor out old JobConfig object into
4
10
        a new JobClass object with the same properties, but in its own source
5
11
        file.