Changeset 8b2aba5 in mainline for uspace/app/top/top.h
- Timestamp:
- 2010-04-02T20:22:14Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ee35ba0b
- Parents:
- 8f56d93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/top.h
r8f56d93 r8b2aba5 35 35 36 36 #include <task.h> 37 #include <kernel/ps/cpuinfo.h> 37 38 38 39 typedef struct { … … 50 51 task_id_t *tasks; 51 52 unsigned int task_count; 53 54 uspace_cpu_info_t *cpus; 55 unsigned int cpu_count; 52 56 } data_t; 53 57
Note:
See TracChangeset
for help on using the changeset viewer.