Changeset 8b2aba5 in mainline for uspace/app/top/ps.h
- Timestamp:
- 2010-04-02T20:22:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- ee35ba0b
- Parents:
- 8f56d93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/ps.h
r8f56d93 r8b2aba5 36 36 #include <task.h> 37 37 #include <kernel/ps/taskinfo.h> 38 #include <kernel/ps/cpuinfo.h> 38 39 39 40 extern const char *thread_states[]; 40 41 extern unsigned int get_tasks(task_id_t **out_tasks); 41 42 extern thread_info_t *get_threads(task_id_t taskid); 43 extern unsigned int get_cpu_infos(uspace_cpu_info_t **out_infos); 42 44 43 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.