mirror of https://github.com/BOINC/boinc.git
Rename DC_processResults() to DC_processEvents()
Add file mode to DC_PhysicalFile git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@385 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
c0c767e3e2
commit
5dc21f22f9
|
@ -77,6 +77,7 @@ struct _DC_PhysicalFile
|
|||
{
|
||||
char *label;
|
||||
char *path;
|
||||
DC_FileMode mode;
|
||||
};
|
||||
|
||||
/* Description of a DC-API event */
|
||||
|
@ -171,7 +172,7 @@ void DC_setcb(DC_ResultCallback resultcb, DC_SubresultCallback subresultcb,
|
|||
*
|
||||
* @Returns: 0 if at least one event was processed, an error code otherwise.
|
||||
*/
|
||||
int DC_processResult(int timeout);
|
||||
int DC_processEvents(int timeout);
|
||||
|
||||
/** Checks for events and return them.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue