Changes in uspace/app/sbi/src/imode.c [c5cb943d:051bc69a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/imode.c
rc5cb943d r051bc69a 130 130 131 131 /* Construct run context. */ 132 run_gdata_init(&run);133 134 132 run.thread_ar = run_thread_ar_new(); 135 133 list_init(&run.thread_ar->proc_ar); 136 run_proc_ar_create(&run, run.gdata, proc, &proc_ar);134 run_proc_ar_create(&run, NULL, proc, &proc_ar); 137 135 list_append(&run.thread_ar->proc_ar, proc_ar); 138 136
Note:
See TracChangeset
for help on using the changeset viewer.