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