Changeset dd6c71c in mainline for uspace/app/top/top.h


Ignore:
Timestamp:
2010-04-02T08:27:13Z (14 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
175ad5c6
Parents:
62550dce
Message:

top echoes counts of tasks

File:
1 edited

Legend:

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

    r62550dce rdd6c71c  
    3434#define TOP_TOP_H_
    3535
     36#include <task.h>
     37
    3638typedef struct {
    3739        unsigned int hours;
     
    4547
    4648        unsigned long load[3];
     49
     50        task_id_t *tasks;
     51        unsigned int task_count;
    4752} data_t;
    4853
Note: See TracChangeset for help on using the changeset viewer.