Changeset dd6c71c in mainline for uspace/app/top/top.h
- Timestamp:
- 2010-04-02T08:27:13Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 175ad5c6
- Parents:
- 62550dce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/top.h
r62550dce rdd6c71c 34 34 #define TOP_TOP_H_ 35 35 36 #include <task.h> 37 36 38 typedef struct { 37 39 unsigned int hours; … … 45 47 46 48 unsigned long load[3]; 49 50 task_id_t *tasks; 51 unsigned int task_count; 47 52 } data_t; 48 53
Note:
See TracChangeset
for help on using the changeset viewer.