added missing declaration
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 7 Feb 2008 10:14:36 +0000 (10:14 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 7 Feb 2008 10:14:36 +0000 (10:14 +0000)
org.glite.lb.server/src/jobstat.h

index c2a70d8..58d34ce 100644 (file)
@@ -105,6 +105,7 @@ edg_wll_ErrorCode edg_wll_StoreIntState(edg_wll_Context, intJobStat *, int);
 edg_wll_ErrorCode edg_wll_StoreIntStateEmbryonic(edg_wll_Context, edg_wlc_JobId, char *icnames, char *values, glite_lbu_bufInsert *bi);
 edg_wll_ErrorCode edg_wll_LoadIntState(edg_wll_Context , edg_wlc_JobId , int, intJobStat **);
 
+edg_wll_ErrorCode edg_wll_StepIntState(edg_wll_Context ctx, edg_wlc_JobId job, edg_wll_Event *e, int seq, edg_wll_JobStat *stat_out);
 edg_wll_ErrorCode edg_wll_StepIntStateParent(edg_wll_Context,edg_wlc_JobId,edg_wll_Event *,int,intJobStat *,edg_wll_JobStat *);