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:
parent
8210771d09
commit
a3a80c27cc
@ -101,8 +101,8 @@ struct team {
|
||||
uint32 count;
|
||||
int32 wait_for_any; /* count of wait_for_child() that wait for any child */
|
||||
} dead_children;
|
||||
vm_address_space *aspace;
|
||||
vm_address_space *kaspace;
|
||||
struct vm_address_space *aspace;
|
||||
struct vm_address_space *kaspace;
|
||||
addr_t user_env_base;
|
||||
struct thread *main_thread;
|
||||
struct thread *thread_list;
|
||||
|
Loading…
Reference in New Issue
Block a user