Changeset 382f3266 in mainline for uspace/app/sbi/src/run.h
- Timestamp:
- 2011-03-18T16:50:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 411d9fa, f51594fa
- Parents:
- 054ed84 (diff), 98637224 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/run.h
r054ed84 r382f3266 1 1 /* 2 * Copyright (c) 201 0Jiri Svoboda2 * Copyright (c) 2011 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 61 61 void run_proc_ar_create(run_t *run, rdata_var_t *obj, stree_proc_t *proc, 62 62 run_proc_ar_t **rproc_ar); 63 void run_proc_ar_destroy(run_t *run, run_proc_ar_t *proc_ar); 63 64 64 65 var_class_t run_item_get_vc(run_t *run, rdata_item_t *item); … … 79 80 run_thread_ar_t *run_thread_ar_new(void); 80 81 run_proc_ar_t *run_proc_ar_new(void); 82 void run_proc_ar_delete(run_proc_ar_t *proc_ar); 81 83 run_block_ar_t *run_block_ar_new(void); 84 void run_block_ar_delete(run_block_ar_t *block_ar); 85 void run_proc_ar_delete(run_proc_ar_t *proc_ar); 86 void run_block_ar_destroy(run_t *run, run_block_ar_t *block_ar); 87 82 88 83 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.