The team's image API is now using "list" instead of "kqueue".
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2564 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <smp.h>
|
||||
#include <signal.h>
|
||||
#include <timer.h>
|
||||
#include <kqueue.h>
|
||||
#include <list.h>
|
||||
#include <arch/thread_struct.h>
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ struct team {
|
||||
addr user_env_base;
|
||||
struct thread *main_thread;
|
||||
struct thread *thread_list;
|
||||
struct quehead image_queue;
|
||||
struct list image_list;
|
||||
struct arch_team arch_info;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user