Ignore:
Timestamp:
Sep 9, 2020, 10:01:39 PM (5 years ago)
Author:
bird
Message:

kash: Hammering on threaded mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfork-win.c

    r2416 r3438  
    246246                if (ResumeThread(ProcInfo.hThread) != (DWORD)-1)
    247247                {
    248                     rc = sh_add_child(psh, ProcInfo.dwProcessId, ProcInfo.hProcess);
     248                    rc = sh_add_child(psh, ProcInfo.dwProcessId, ProcInfo.hProcess, K_TRUE);
    249249                    if (!rc)
    250250                        rc = (int)ProcInfo.dwProcessId;
Note: See TracChangeset for help on using the changeset viewer.