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


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

top echoes also basic cpu info

File:
1 edited

Legend:

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

    r8f56d93 r8b2aba5  
    3636#include <task.h>
    3737#include <kernel/ps/taskinfo.h>
     38#include <kernel/ps/cpuinfo.h>
    3839
    3940extern const char *thread_states[];
    4041extern unsigned int get_tasks(task_id_t **out_tasks);
    4142extern thread_info_t *get_threads(task_id_t taskid);
     43extern unsigned int get_cpu_infos(uspace_cpu_info_t **out_infos);
    4244
    4345#endif
Note: See TracChangeset for help on using the changeset viewer.