VirtualBox

Changeset 25597 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Dec 31, 2009 12:35:20 AM (15 years ago)
Author:
vboxsync
Message:

internal/thread.h: nitpicking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r25406 r25597  
    100100    /** Thread name. */
    101101    char                    szName[RTTHREAD_NAME_LEN];
    102 } RTTHREADINT, *PRTTHREADINT;
     102} RTTHREADINT;
     103/** Pointer to the internal representation of a thread. */
     104typedef RTTHREADINT *PRTTHREADINT;
    103105
    104106
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