mirror of https://github.com/BOINC/boinc.git
Clarify the type of the value returned by DC_getWUTag()
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@669 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
905cca8a01
commit
cbf83e6616
|
@ -332,7 +332,8 @@ Returns the user-specified tag of a work unit.
|
|||
</para>
|
||||
|
||||
@wu: a #DC_Workunit.
|
||||
@Returns: the tag that was given to DC_createWU().
|
||||
@Returns: the tag that was given to DC_createWU(). The returned value should be
|
||||
deallocated using free() when it is no longer needed.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION DC_cancelWU ##### -->
|
||||
|
|
Loading…
Reference in New Issue