VirtualBox

Changeset 44158 in vbox for trunk


Ignore:
Timestamp:
Dec 19, 2012 10:01:34 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82858
Message:

Fe/VBoxHeadless: Reduced guest property notification handling.

Location:
trunk/src/VBox/Frontends
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends

    • Property svn:mergeinfo set to (toggle deleted branches)
      /branches/VBox-3.0/src/VBox/Frontends58652,​70973
      /branches/VBox-3.2/src/VBox/Frontends66309,​66318
      /branches/VBox-4.0/src/VBox/Frontends70873
      /branches/VBox-4.1/src/VBox/Frontends74233,​78414,​78691,​81841,​82127
      /branches/VBox-4.1/src/VBox/Frontends/VBoxHeadless82454
      /branches/andy/guestctrl20/src/VBox/Frontends78916,​78930
      /branches/dsen/gui/src/VBox/Frontends79076-79078,​79089,​79109-79110,​79112-79113,​79127-79130,​79134,​79141,​79151,​79155,​79157-79159,​79193,​79197
      /branches/dsen/gui2/src/VBox/Frontends79224,​79228,​79233,​79235,​79258,​79262-79263,​79273,​79341,​79345,​79354,​79357,​79387-79388,​79559-79569,​79572-79573,​79578,​79581-79582,​79590-79591,​79598-79599,​79602-79603,​79605-79606,​79632,​79635,​79637,​79644
      /branches/dsen/gui3/src/VBox/Frontends79645-79692
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r44074 r44158  
    12871287            com::SafeArray<VBoxEventType_T> eventTypes;
    12881288            eventTypes.push_back(VBoxEventType_OnGuestPropertyChanged);
     1289
     1290            /* Set the notification pattern to not cause too much load.
     1291             * Remove (or extend) this pattern when more guest properties need to be handled. */
     1292            CHECK_ERROR(machine, COMSETTER(GuestPropertyNotificationPatterns)(Bstr("/VirtualBox/GuestInfo/OS/*Logged*").raw()));
     1293
    12891294            CHECK_ERROR(es, RegisterListener(vboxListener, ComSafeArrayAsInParam(eventTypes), true));
    12901295        }
Note: See TracChangeset for help on using the changeset viewer.

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