Added a note to the new B_TEAM_USAGE_SELF/CHILDREN constants that they

are compatible to sys/resource.h definitions.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10269 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-27 12:59:45 +00:00
parent 92af23fa88
commit d76bee070b

View File

@ -215,6 +215,7 @@ typedef struct {
} team_usage_info;
enum {
/* compatible to sys/resource.h RUSAGE_SELF and RUSAGE_CHILDREN */
B_TEAM_USAGE_SELF = 0,
B_TEAM_USAGE_CHILDREN = -1,
};