Renamed *_stack_region_id with *_stack_area, also replaced region_id with area_id.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9853 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-11-08 13:53:34 +00:00
parent 877547cdb0
commit 148a8e0c57
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -163,9 +163,9 @@ struct thread {
} exit;
// stack
region_id kernel_stack_region_id;
area_id kernel_stack_area;
addr_t kernel_stack_base;
region_id user_stack_region_id;
area_id user_stack_area;
addr_t user_stack_base;
size_t user_stack_size;