~upstart-devel/upstart/trunk

« back to all changes in this revision

Viewing changes to init/job_class.h

  • Committer: Steve Langasek
  • Date: 2013-11-07 03:35:14 UTC
  • mfrom: (1543.2.8 upstart-bug-1238078)
  • Revision ID: steve.langasek@canonical.com-20131107033514-wvl2w20lcdzth2ur
MergeĀ lp:~jamesodhunt/upstart/bug-1238078

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
 
240
240
void        job_class_environment_reset    (void);
241
241
 
 
242
void        job_class_environment_clear    (void);
 
243
 
242
244
int         job_class_environment_set      (const char *var, int replace);
243
245
int         job_class_environment_unset    (const char *name);
244
246
 
360
362
JobClass * job_class_get (const char *name, Session *session)
361
363
        __attribute__ ((warn_unused_result));
362
364
 
 
365
json_object * job_class_serialise_job_environ (void)
 
366
        __attribute__ ((warn_unused_result));
 
367
 
 
368
int job_class_deserialise_job_environ (json_object *json)
 
369
        __attribute__ ((warn_unused_result));
 
370
 
363
371
void job_class_prepare_reexec (void);
364
372
 
365
373
time_t     job_class_max_kill_timeout (void)