Changeset 8eec3c8 in mainline for uspace/app/top/top.h
- Timestamp:
- 2010-06-10T14:24:50Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0f13d2
- Parents:
- 1113c9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/top.h
r1113c9e r8eec3c8 46 46 #define OP_TASKS 1 47 47 #define OP_IPC 2 48 #define OP_EXC 3 48 49 49 50 extern int operation_type; … … 89 90 stats_thread_t *threads; 90 91 92 size_t exceptions_count; 93 stats_exc_t *exceptions; 94 91 95 stats_physmem_t *physmem; 92 96 } data_t;
Note:
See TracChangeset
for help on using the changeset viewer.