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:
drdani 2006-08-25 11:04:02 +00:00 committed by Adam Visegradi
parent c8c369f9d0
commit 3955c4b1aa
1 changed files with 5 additions and 1 deletions

View File

@ -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;*/