Changeset 92
- Timestamp:
- 04/04/13 15:53:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pbs_drmaa/pbs_conn.c
r90 r92 71 71 #define IS_MISSING_JOB (pbs_errno == PBSE_UNKJOBID) 72 72 #endif 73 #define IS_TRANSIENT_ERROR (pbs_errno == PBSE_PROTOCOL || pbs_errno == PBSE_EXPIRED || pbs_errno == PBSOLDE_PROTOCOL || pbs_errno == PBSOLDE_EXPIRED )73 #define IS_TRANSIENT_ERROR (pbs_errno == PBSE_PROTOCOL || pbs_errno == PBSE_EXPIRED || pbs_errno == PBSOLDE_PROTOCOL || pbs_errno == PBSOLDE_EXPIRED || pbs_errno == PBSE_BADCRED) 74 74 75 75 pbsdrmaa_pbs_conn_t *
Note: See TracChangeset
for help on using the changeset viewer.