Changeset 65 for trunk/pbs_drmaa/util.h


Ignore:
Timestamp:
01/15/12 17:18:16 (12 years ago)
Author:
mmamonski
Message:

try to maintain binary compatibility with older version of Torque

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/util.h

    r29 r65  
    2525#endif 
    2626 
     27/*compatibility hack - ugly but help to keep binary compatibility :/ */ 
     28#define PBSOLDE_PROTOCOL 15031 
     29#define PBSOLDE_EXPIRED 15020 
     30 
     31 
    2732void pbsdrmaa_exc_raise_pbs( const char *function ); 
    2833int pbsdrmaa_map_pbs_errno( int _pbs_errno ); 
Note: See TracChangeset for help on using the changeset viewer.