change vm_address_space to struct vm_address_space
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10063 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -101,8 +101,8 @@ struct team {
|
|||||||
uint32 count;
|
uint32 count;
|
||||||
int32 wait_for_any; /* count of wait_for_child() that wait for any child */
|
int32 wait_for_any; /* count of wait_for_child() that wait for any child */
|
||||||
} dead_children;
|
} dead_children;
|
||||||
vm_address_space *aspace;
|
struct vm_address_space *aspace;
|
||||||
vm_address_space *kaspace;
|
struct vm_address_space *kaspace;
|
||||||
addr_t user_env_base;
|
addr_t user_env_base;
|
||||||
struct thread *main_thread;
|
struct thread *main_thread;
|
||||||
struct thread *thread_list;
|
struct thread *thread_list;
|
||||||
|
|||||||
Reference in New Issue
Block a user