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

« back to all changes in this revision

Viewing changes to src/common/slurm_protocol_api.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:
279
279
 */
280
280
uint32_t slurm_get_accounting_storage_port(void);
281
281
 
 
282
/* slurm_set_accounting_storage_port
 
283
 * sets the storage port in slurmctld_conf object
 
284
 * RET 0 or error code
 
285
 */
 
286
int slurm_set_accounting_storage_port(uint32_t storage_port);
 
287
 
282
288
/* slurm_get_jobacct_gather_type
283
289
 * returns the job accounting type from slurmctld_conf object
284
290
 * RET char *    - job accounting type,  MUST be xfreed by caller
327
333
 */
328
334
uint32_t slurm_get_jobcomp_port(void);
329
335
 
 
336
/* slurm_set_jobcomp_port
 
337
 * sets the jobcomp port in slurmctld_conf object
 
338
 * RET 0 or error code
 
339
 */
 
340
int slurm_set_jobcomp_port(uint32_t port);
 
341
 
 
342
 
330
343
/* slurm_get_propagate_prio_process
331
344
 * return the PropagatePrioProcess flag from slurmctld_conf object
332
345
 */