VirtualBox

Changeset 32466 in vbox


Ignore:
Timestamp:
Sep 14, 2010 9:06:49 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65838
Message:

AsyncCompletion: update the task handle of the task on success

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp

    r32427 r32466  
    807807
    808808        if (RT_SUCCESS(rc))
     809        {
     810            pTask->hReq = hReq;
    809811            *phReq = hReq;
     812        }
    810813    }
    811814    else
     
    935938
    936939            if (RT_SUCCESS(rc))
     940            {
     941                pTask->hReq = hReq;
    937942                *phReq = hReq;
     943            }
    938944            else
    939945            {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette