Changeset 210 for trunk/src


Ignore:
Timestamp:
03/08/10 10:53:49 (14 years ago)
Author:
bas
Message:

New pbs_error.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pbs_error.h

    r58 r210  
    22*         OpenPBS (Portable Batch System) v2.3 Software License
    33*
    4 * Copyright (c) 1999-2002 Veridian Information Solutions, Inc.
     4* Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
    55* All rights reserved.
    66*
     
    1919* OpenPBS v2.3 in source and binary forms, with or without modification,
    2020* are permitted provided that all of the following conditions are met.
    21 * After December 31, 2003, only conditions 3-6 must be met:
     21* After December 31, 2001, only conditions 3-6 must be met:
    2222*
    2323* 1. Commercial and/or non-commercial use of the Software is permitted
     
    7878*/
    7979
    80 /*
    81  * @(#) $Id$
    82  */
    83 
    84 /*
    85  * The error returns possible to a Batch Request
    86  *
    87  * Each error is prefixed with the string PBSE_ for Portable (Posix)
    88  * Batch System Error.  The numeric values start with 15000 since the
    89  * POSIX Batch Extensions Working group is 1003.15
    90  */
    9180/*
    9281 * The error returns possible to a Batch Request
     
    187176#define RM_ERR_SYSTEM   PBSE_RMSYSTEM
    188177
    189 /* HvB
    190  * TORQUE addition
    191 */
    192178#ifndef NULL
    193179#define NULL (char *)0
    194180#endif /* NULL */
     181
    195182
    196183/* the following structure is used to tie error number      */
     
    198185
    199186struct pbs_err_to_txt {
    200         int    err_no;
    201         char **err_txt;
    202 };
     187  int    err_no;
     188  char **err_txt;
     189  };
    203190
    204 extern char *pbse_to_txt();
     191extern char *pbse_to_txt(int);
    205192
    206 /*
    207  * HvB Torque addition
    208 */
    209193extern int pbs_errno;
    210 #endif
     194
     195#endif  /* END PBSE_ */
     196
     197
Note: See TracChangeset for help on using the changeset viewer.