printf("%scream_exit_code : %d\n", ind, stat.cream_exit_code);
printf("%scream_cancelling : %d\n", ind, stat.cream_cancelling);
printf("%scream_cpu_time : %d\n", ind, stat.cream_cpu_time);
- printf("%scream_jw_status : %d\n", ind, stat.cream_jw_status);
+ printf("%scream_jw_status : %s\n", ind, edg_wll_JWStatToString(stat.cream_jw_status));
free(cream_stat_name);
}
break;
case EDG_WLL_EVENT_CREAMCALL:
if (USABLE(res)) {
- if (e->CREAMCall.callee == EDG_WLL_SOURCE_LRMS && e->any.source == EDG_WLL_SOURCE_LRMS)
+ // BLAH -> LRMS
+ if (e->any.source == EDG_WLL_SOURCE_BLAH && e->CREAMCall.callee == EDG_WLL_SOURCE_LRMS) {
js->pub.state = EDG_WLL_JOB_SCHEDULED;
js->pub.cream_state = EDG_WLL_STAT_IDLE;
+ }
}
if (USABLE_DATA(res)) {
_code_ FAILED
@type CREAMCall Processing command and calling BLAH or LRMS
- logsrc callee
+ logsrc callee Called component
_ref_ CREAMStore:command
string cmdid Id of the command, as stored previously
_optional_