mirror of https://github.com/BOINC/boinc.git
(c) and svn info, formatting style for emacs
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@1012 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
1919989ed2
commit
608570dffd
|
@ -1,3 +1,15 @@
|
|||
/*
|
||||
* local/local_master.c
|
||||
*
|
||||
* DC-API functions of master side
|
||||
*
|
||||
* (c) Gabor Vida 2005-2006, Daniel Drotos, 2007
|
||||
*/
|
||||
|
||||
/* $Id: $ */
|
||||
/* $Date: $ */
|
||||
/* $Revision: $ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
@ -734,3 +746,13 @@ int DC_setWUPriority(DC_Workunit *wu, int priority)
|
|||
return 0;
|
||||
}
|
||||
|
||||
DC_getWUState(DC_Workunit *wu)
|
||||
{
|
||||
return(DC_WU_UNKNOWN);
|
||||
}
|
||||
|
||||
/* End of local/local_master.c */
|
||||
|
||||
/* Local variables: */
|
||||
/* c-file-style: "linux" */
|
||||
/* End: */
|
||||
|
|
Loading…
Reference in New Issue