~jamesodhunt/ubuntu/saucy/upstart/1.9.1

« back to all changes in this revision

Viewing changes to init/process.h

  • Committer: James Hunt
  • Date: 2013-06-28 15:57:37 UTC
  • mfrom: (1436.2.1)
  • Revision ID: james.hunt@ubuntu.com-20130628155737-8bskclzrhmjvpm6e
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        PROCESS_POST_START,
46
46
        PROCESS_PRE_STOP,
47
47
        PROCESS_POST_STOP,
 
48
        PROCESS_SECURITY,
48
49
        PROCESS_LAST,
49
50
} ProcessType;
50
51