VirtualBox

Changeset 39890 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 26, 2012 7:42:19 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75940
Message:

VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must track the guest facility reports so they can be saved and restored correctly. Also fixed a reset bug related to guestInfo2. Restrict who can report the status of which facilities. Recalc the runlevel based on which facilities are active. Restrict the number of facilities main tracks.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/time.h

    r28800 r39890  
    5454    int64_t     i64NanosecondsRelativeToUnixEpoch;
    5555} RTTIMESPEC;
    56 /** Pointer to a time spec structure. */
    57 typedef RTTIMESPEC *PRTTIMESPEC;
    58 /** Pointer to a const time spec structure. */
    59 typedef const RTTIMESPEC *PCRTTIMESPEC;
    6056
    6157
  • trunk/include/iprt/types.h

    r39826 r39890  
    720720typedef const RTMSINTERVAL *PCRTMSINTERVAL;
    721721
     722/** Pointer to a time spec structure. */
     723typedef struct RTTIMESPEC  *PRTTIMESPEC;
     724/** Pointer to a const time spec structure. */
     725typedef const struct RTTIMESPEC *PCRTTIMESPEC;
     726
    722727/**
    723728 * Generic pointer union.
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