mirror of https://github.com/BOINC/boinc.git
New error code: DC_ERR_SYSTEM
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@436 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
d153259ba2
commit
52d956c55d
|
@ -29,6 +29,7 @@ typedef enum {
|
|||
DC_ERR_UNKNOWN_WU, /* Unknown WU identifier */
|
||||
DC_ERR_TIMEOUT, /* Timeout */
|
||||
DC_ERR_BADPARAM, /* Bad function parameter */
|
||||
DC_ERR_SYSTEM, /* A system call has failed, check errno */
|
||||
DC_ERR_INTERNAL, /* Internal error */
|
||||
} DC_ErrorCode;
|
||||
|
||||
|
|
Loading…
Reference in New Issue