VirtualBox

Changeset 28434 in vbox for trunk/include


Ignore:
Timestamp:
Apr 17, 2010 6:08:28 PM (15 years ago)
Author:
vboxsync
Message:

*: whitespace cleanups by scm and two manually picked nits.

Location:
trunk/include/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r28402 r28434  
    9191    uint32_t u32PID;
    9292    /* The process status. */
    93     uint32_t u32Status;   
     93    uint32_t u32Status;
    9494    /** Optional flags (not used atm). */
    9595    uint32_t u32Flags;
     
    9898    /** Size of optional data buffer (not used atm). */
    9999    uint32_t cbData;
    100    
     100
    101101} HOSTEXECCALLBACKDATA, *PHOSTEXECCALLBACKDATA;
    102102
  • trunk/include/VBox/VMMDev.h

    r28415 r28434  
    10711071 * Shared region description
    10721072 */
    1073 typedef struct 
     1073typedef struct
    10741074{
    10751075    RTGCPTR64           GCRegionAddr;
     
    10841084 * Shared module registration
    10851085 */
    1086 typedef struct 
     1086typedef struct
    10871087{
    10881088    /** Header. */
     
    11071107 * Shared module unregistration
    11081108 */
    1109 typedef struct 
     1109typedef struct
    11101110{
    11111111    /** Header. */
  • trunk/include/VBox/gmm.h

    r28422 r28434  
    533533GMMR3DECL(int)  GMMR3BalloonedPages(PVM pVM, GMMBALLOONACTION enmAction, uint32_t cBalloonedPages);
    534534GMMR3DECL(int)  GMMR3QueryVMMMemoryStats(PVM pVM, uint64_t *pcTotalAllocPages, uint64_t *pcTotalFreePages, uint64_t *pcTotalBalloonPages);
    535 GMMR3DECL(int)  GMMR3RegisterSharedModule(PVM pVM, char *pszModuleName, char *pszVersion, RTGCPTR GCBaseAddr, uint32_t cbModule, 
     535GMMR3DECL(int)  GMMR3RegisterSharedModule(PVM pVM, char *pszModuleName, char *pszVersion, RTGCPTR GCBaseAddr, uint32_t cbModule,
    536536                                          unsigned cRegions, VMMDEVSHAREDREGIONDESC *pRegions);
    537537GMMR3DECL(int)  GMMR3UnregisterSharedModule(PVM pVM, char *pszModuleName, char *pszVersion, RTGCPTR GCBaseAddr, uint32_t cbModule);
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