Changeset 3200 for trunk/src/kmk/kmkbuiltin/kSubmit.c
- Timestamp:
- Mar 28, 2018, 10:32:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/kSubmit.c
r3199 r3200 71 71 72 72 #define TUPLE(a_sz) a_sz, sizeof(a_sz) - 1 73 73 74 74 75 /********************************************************************************************************************************* … … 1151 1152 # else 1152 1153 if (MkWinChildCreateSubmit((intptr_t)pWorker->OverlappedRead.hEvent, pWorker, 1153 pWorker->pStdOut, pWorker->pStdErr, p PidSpawned) == 0)1154 pWorker->pStdOut, pWorker->pStdErr, pChild, pPidSpawned) == 0) 1154 1155 { /* likely */ } 1155 1156 else … … 1691 1692 the kWorker process currently does not coordinate its output with 1692 1693 the output.c mechanics. */ 1694 #ifdef CONFIG_NEW_WIN_CHILDREN 1695 if (pCtx->pOut && !pWorker->pStdOut) 1696 #else 1693 1697 if (pCtx->pOut) 1698 #endif 1694 1699 output_dump(pCtx->pOut); 1695 1696 1700 rcExit = kSubmitSendJobMessage(pCtx, pWorker, pvMsg, cbMsg, 0 /*fNoRespawning*/, cVerbosity); 1697 1701 if (rcExit == 0)
Note:
See TracChangeset
for help on using the changeset viewer.