Changeset 8b2aba5 in mainline for uspace/app/top/top.h


Ignore:
Timestamp:
2010-04-02T20:22:14Z (15 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ee35ba0b
Parents:
8f56d93
Message:

top echoes also basic cpu info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/top.h

    r8f56d93 r8b2aba5  
    3535
    3636#include <task.h>
     37#include <kernel/ps/cpuinfo.h>
    3738
    3839typedef struct {
     
    5051        task_id_t *tasks;
    5152        unsigned int task_count;
     53
     54        uspace_cpu_info_t *cpus;
     55        unsigned int cpu_count;
    5256} data_t;
    5357
Note: See TracChangeset for help on using the changeset viewer.