Changeset 7a3ccbc in mainline for kernel/generic/include/ps/taskinfo.h


Ignore:
Timestamp:
2010-04-07T10:41:42Z (15 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a325832
Parents:
36b5b0f
Message:

Echo task memory in kb instead of pages count

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ps/taskinfo.h

    r36b5b0f r7a3ccbc  
    4848        task_id_t taskid;
    4949        char name[TASK_NAME_BUFLEN];
    50         size_t pages;
     50        uint64_t virt_mem;
    5151        int thread_count;
    5252        uint64_t ucycles;
Note: See TracChangeset for help on using the changeset viewer.