VirtualBox

Changeset 4368 in vbox for trunk


Ignore:
Timestamp:
Aug 24, 2007 7:31:26 PM (17 years ago)
Author:
vboxsync
Message:

also emit shared folders activity LED when browsing folders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/service.cpp

    r4071 r4368  
    719719                else
    720720                {
     721                    if (pStatusLed)
     722                    {
     723                        Assert(pStatusLed->u32Magic == PDMLED_MAGIC);
     724                        pStatusLed->Asserted.s.fReading = pStatusLed->Actual.s.fReading = 1;
     725                    }
     726
    721727                    /* Execute the function. */
    722728                    rc = vbsfDirList (pClient, root, Handle, pPath, flags, &length, pBuffer, &resumePoint, &cFiles);
     729
     730                    if (pStatusLed)
     731                        pStatusLed->Actual.s.fReading = 0;
    723732
    724733                    if (VBOX_SUCCESS(rc))
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