VirtualBox

Changeset 11155 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 5, 2008 11:00:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34145
Message:

TMTimerRCPtr and some types.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/tm.h

    r8155 r11155  
    171171TMDECL(PTMTIMERR3) TMTimerR3Ptr(PTMTIMER pTimer);
    172172TMDECL(PTMTIMERR0) TMTimerR0Ptr(PTMTIMER pTimer);
    173 TMDECL(PTMTIMERGC) TMTimerGCPtr(PTMTIMER pTimer);
     173TMDECL(PTMTIMERRC) TMTimerRCPtr(PTMTIMER pTimer);
     174#define TMTimerGCPtr(pTimer) TMTimerRCPtr(pTimer) /**< @deprecated */
    174175TMDECL(int) TMTimerDestroy(PTMTIMER pTimer);
    175176TMDECL(int) TMTimerSet(PTMTIMER pTimer, uint64_t u64Expire);
  • trunk/include/VBox/types.h

    r10963 r11155  
    138138/** R0 pointer to a PDM Device Instance. */
    139139typedef R0PTRTYPE(PPDMDEVINS) PPDMDEVINSR0;
    140 /** GC pointer to a PDM Device Instance. */
    141 typedef RCPTRTYPE(PPDMDEVINS) PPDMDEVINSGC;
     140/** RC pointer to a PDM Device Instance. */
     141typedef RCPTRTYPE(PPDMDEVINS) PPDMDEVINSRC;
     142/** @deprecated */
     143typedef PPDMDEVINSRC PPDMDEVINSGC;
    142144
    143145/** Pointer to a PDM USB Device Instance. */
     
    166168typedef PTMTIMERR0 *PPTMTIMERR0;
    167169
    168 /** GC pointer to a timer. */
    169 typedef RCPTRTYPE(struct TMTIMER *) PTMTIMERGC;
    170 /** Pointer to a GC pointer to a timer. */
    171 typedef PTMTIMERGC *PPTMTIMERGC;
     170/** RC pointer to a timer. */
     171typedef RCPTRTYPE(struct TMTIMER *) PTMTIMERRC;
     172/** Pointer to a RC pointer to a timer. */
     173typedef PTMTIMERRC *PPTMTIMERRC;
     174/** @deprecated */
     175typedef PTMTIMERRC PTMTIMERGC;
    172176
    173177/** Pointer to a timer. */
    174178typedef CTXALLSUFF(PTMTIMER)   PTMTIMER;
    175179/** Pointer to a pointer to a timer. */
    176 typedef CTXALLSUFF(PPTMTIMER)  PPTMTIMER;
     180typedef PTMTIMER              *PPTMTIMER;
    177181
    178182/** SSM Operation handle. */
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