~jamesodhunt/ubuntu/vivid/upstart/bug-1447756

« back to all changes in this revision

Viewing changes to init/job.h

  • Committer: James Hunt
  • Date: 2014-09-04 11:27:51 UTC
  • mfrom: (1182.135.128 upstart)
  • mto: This revision was merged to the branch mainline in revision 1585.
  • Revision ID: james.hunt@ubuntu.com-20140904112751-5m4e4uy615a2a8qa
Tags: upstream-1.13.2
ImportĀ upstreamĀ versionĀ 1.13.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
int job_needs_cgroups (const Job *job)
301
301
        __attribute__ ((warn_unused_result));
302
302
 
 
303
#ifdef ENABLE_CGROUPS
 
304
 
 
305
int job_last_process (const Job *job, ProcessType process)
 
306
        __attribute__ ((warn_unused_result));
 
307
 
 
308
#endif /* ENABLE_CGROUPS */
 
309
 
303
310
NIH_END_EXTERN
304
311
 
305
312
#endif /* INIT_JOB_H */