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:
Axel Dörfler
2003-01-26 23:29:33 +00:00
parent f451c48d3b
commit 04d145c94d
+2 -2
View File
@@ -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;
};