~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to src/plugins/jobcomp/pgsql/pgsql_jobcomp_process.h

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.3.4 upstream)
  • mto: (16.1.1 maverick)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090924232815-uu5ku2gqk7appy26
Tags: upstream-2.0.5
ImportĀ upstreamĀ versionĀ 2.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 *  Written by Danny Auble <da@llnl.gov>
10
10
 *  
11
11
 *  This file is part of SLURM, a resource management program.
12
 
 *  For details, see <http://www.llnl.gov/linux/slurm/>.
 
12
 *  For details, see <https://computing.llnl.gov/linux/slurm/>.
 
13
 *  Please also read the included file: DISCLAIMER.
13
14
 *  
14
15
 *  SLURM is free software; you can redistribute it and/or modify it under
15
16
 *  the terms of the GNU General Public License as published by the Free
48
49
#include "src/common/jobacct_common.h"
49
50
#include "src/common/slurm_accounting_storage.h"
50
51
 
51
 
#ifdef HAVE_PGSQL
52
52
extern PGconn *jobcomp_pgsql_db;
53
53
extern int jobcomp_db_init;
54
54
 
85
85
extern List pgsql_jobcomp_process_get_jobs(acct_job_cond_t *job_cond);
86
86
 
87
87
extern int pgsql_jobcomp_process_archive(acct_archive_cond_t *arch_cond);
88
 
#endif
89
88
 
90
89
#endif