Using new API for message queue.

This commit is contained in:
Armin Novak 2013-11-12 15:18:35 +01:00
parent 04854b292c
commit 8d6f49c01a

View File

@ -327,7 +327,7 @@ int DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints)
parallel->path = path;
parallel->queue = MessageQueue_New();
parallel->queue = MessageQueue_New(NULL);
pEntryPoints->RegisterDevice(pEntryPoints->devman, (DEVICE*) parallel);