Ignore:
Timestamp:
Nov 1, 2018, 12:13:45 PM (5 years ago)
Author:
alain
Message:

Introduce sys_place_fork() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_display.c

    r580 r584  
    203203    else if( type == DISPLAY_CLUSTER_PROCESSES )
    204204    {
    205         cxy_t cxy = (cxy_t)arg0;
     205        cxy_t  cxy   = (cxy_t)arg0;
     206        bool_t owned = (bool_t)arg1;
    206207
    207208        // check cxy argument
     
    217218        }
    218219
    219         cluster_processes_display( cxy );
     220        cluster_processes_display( cxy , owned );
    220221    }
    221222    //////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.