~ubuntu-branches/ubuntu/precise/torque/precise-updates

« back to all changes in this revision

Viewing changes to src/resmom/irix6/mom_mach.h

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100517205646-yjsoqs5r1s9xpnu9
Tags: upstream-2.4.8+dfsg
ImportĀ upstreamĀ versionĀ 2.4.8+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
#define SET_LIMIT_SET   1
91
91
#define SET_LIMIT_ALTER 0
92
 
#define PBS_CHKPT_MIGRATE 0
 
92
#define PBS_CHECKPOINT_MIGRATE 0
93
93
 
94
94
/* struct startjob_rtn = used to pass error/session/other info  */
95
95
/*    child back to parent   */
103
103
 
104
104
extern int mom_set_limits A_((job *pjob, int)); /* Set job's limits */
105
105
extern int mom_do_poll A_((job *pjob));  /* Should limits be polled? */
106
 
extern int mom_does_chkpnt();                   /* see if mom does chkpnt */
 
106
extern int mom_does_checkpoint();                   /* see if mom does checkpoint */
107
107
extern int mom_open_poll A_(());  /* Initialize poll ability */
108
108
extern int mom_get_sample A_(());  /* Sample kernel poll data */
109
109
extern int mom_over_limit A_((job *pjob)); /* Is polled job over limit? */