mirror of https://github.com/BOINC/boinc.git
save exec info (host) in condor event queue
move wu state to protected part ot the structure git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@873 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
c8c369f9d0
commit
3955c4b1aa
|
@ -39,6 +39,10 @@ struct _DC_condor_event
|
|||
{
|
||||
char *reason;
|
||||
} abort_info;
|
||||
struct
|
||||
{
|
||||
char *host;
|
||||
} exec_info;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -52,6 +56,7 @@ struct _DC_wu_data
|
|||
char *uuid_str;
|
||||
char *name; // generated by Create
|
||||
char *workdir;
|
||||
DC_WUState state;
|
||||
};
|
||||
|
||||
struct _DC_Workunit
|
||||
|
@ -60,7 +65,6 @@ struct _DC_Workunit
|
|||
struct _DC_wu_data data;
|
||||
char **argv;
|
||||
|
||||
DC_WUState state;
|
||||
gboolean asked_to_suspend;
|
||||
|
||||
/*char *condor_id;*/
|
||||
|
|
Loading…
Reference in New Issue