|
@@ -1263,8 +1263,8 @@ void Scheduler::processRequests() {
|
|
|
|
|
|
|
|
while ( _task_dequeue_request(&req) ) {
|
|
while ( _task_dequeue_request(&req) ) {
|
|
|
|
|
|
|
|
- if ( req == NULL || req.object_ptr == NULL ) continue;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ if ( req.object_ptr == NULL ) continue;
|
|
|
|
|
+
|
|
|
switch (req.req_type ) {
|
|
switch (req.req_type ) {
|
|
|
|
|
|
|
|
#ifdef _TASK_STATUS_REQUEST
|
|
#ifdef _TASK_STATUS_REQUEST
|