[Kernel] Scope object type enum.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace xe {
|
||||
namespace kernel {
|
||||
|
||||
XIOCompletion::XIOCompletion(KernelState* kernel_state)
|
||||
: XObject(kernel_state, kType) {
|
||||
: XObject(kernel_state, kObjectType) {
|
||||
notification_semaphore_ = threading::Semaphore::Create(0, kMaxNotifications);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user