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

« back to all changes in this revision

Viewing changes to init/state.h

Sync up with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
#define STATE_WAIT_SECS_ENV "UPSTART_STATE_WAIT_SECS"
368
368
 
369
369
/**
 
370
 * STATE_FILE:
 
371
 *
 
372
 * Name of file that is written below the job log directory if the
 
373
 * newly re-exec'ed init instance failed to understand the JSON sent to
 
374
 * it by the old instance.
 
375
 *
 
376
 * This could happen for example if the old instance generated invalid
 
377
 * JSON, or JSON in an unexected format.
 
378
 **/
 
379
#define STATE_FILE "upstart.state"
 
380
 
 
381
/**
370
382
 * state_get_timeout:
371
383
 *
372
384
 * @var: name of long integer var to set to timeout value.