~ubuntu-branches/ubuntu/saucy/slurm-llnl/saucy

« back to all changes in this revision

Viewing changes to src/slurmctld/acct_policy.h

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2008-12-03 11:56:28 UTC
  • mfrom: (1.1.8 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20081203115628-93t417da6wkazmo5
Tags: 1.3.11-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#define _HAVE_ACCT_POLICY_H
40
40
 
41
41
/*
 
42
 * acct_policy_add_job_submit - Note that a job has been submitted for
 
43
 *      accounting policy purposes.
 
44
 */
 
45
extern void acct_policy_add_job_submit(struct job_record *job_ptr);
 
46
 
 
47
/*
 
48
 * acct_policy_remove_job_submit - Note that a job has finished (might
 
49
 *      not had started or been allocated resources) for accounting
 
50
 *      policy purposes.
 
51
 */
 
52
extern void acct_policy_remove_job_submit(struct job_record *job_ptr);
 
53
 
 
54
/*
42
55
 * acct_policy_job_begin - Note that a job is starting for accounting
43
56
 *      policy purposes.
44
57
 */