EDG_WLL_SOURCE_LRMS,
EDG_WLL_SOURCE_APPLICATION,
EDG_WLL_SOURCE_LB_SERVER,
- EDG_WLL_SOURCE_CREAM_CORE,
- EDG_WLL_SOURCE_BLAH,
+ EDG_WLL_SOURCE_CREAM_INTERFACE,
+ EDG_WLL_SOURCE_CREAM_EXECUTOR,
EDG_WLL_SOURCE__LAST /* marker, for internal use only */
} edg_wll_Source;
case EDG_WLL_EVENT_CREAMCALL:
if (USABLE(res)) {
// BLAH -> LRMS
- if (e->any.source == EDG_WLL_SOURCE_BLAH && e->CREAMCall.callee == EDG_WLL_SOURCE_LRMS) {
+ if (e->any.source == EDG_WLL_SOURCE_CREAM_EXECUTOR && e->CREAMCall.callee == EDG_WLL_SOURCE_LRMS) {
js->pub.state = EDG_WLL_JOB_SCHEDULED;
js->pub.cream_state = EDG_WLL_STAT_IDLE;
}