Add the dispatch header to X_SEMAPHORE

This commit is contained in:
Dr. Chat 2015-06-12 22:43:37 -05:00
parent 3bd5dc011c
commit 4e74db8e51
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ namespace xe {
namespace kernel {
struct X_SEMAPHORE {
X_DISPATCH_HEADER header;
// TODO: Make this not empty!
};