Add forward declaration of struct thread.
This structure is used in some of the functions in this header, but we don't depend on any header that pulls it i.
This commit is contained in:
parent
f355e810cf
commit
39b160b3e2
@ -116,6 +116,7 @@ struct cpuset {
|
||||
extern cpuset_t *cpuset_root;
|
||||
struct prison;
|
||||
struct proc;
|
||||
struct thread;
|
||||
|
||||
struct cpuset *cpuset_thread0(void);
|
||||
struct cpuset *cpuset_ref(struct cpuset *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user