VirtualBox

Changeset 56282 in vbox for trunk


Ignore:
Timestamp:
Jun 9, 2015 9:36:50 AM (9 years ago)
Author:
vboxsync
Message:

static and some function naming.

Location:
trunk/src/VBox/Additions/common/VBoxService
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r55751 r56282  
    857857    if (   argc == 2
    858858        && !RTStrICmp(argv[1], "pagefusion"))
    859         return VBoxServicePageSharingInitFork();
     859        return VBoxServicePageSharingWorkerChild();
    860860#endif
    861861
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r55751 r56282  
    212212#endif
    213213#if defined(VBOXSERVICE_PAGE_SHARING)
    214 extern RTEXITCODE               VBoxServicePageSharingInitFork(void);
     214extern RTEXITCODE               VBoxServicePageSharingWorkerChild(void);
    215215#endif
    216216extern int                      VBoxServiceVMInfoSignal(void);
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r51570 r56282  
    334334 *
    335335 */
    336 void VBoxServicePageSharingInspectGuest()
     336static void VBoxServicePageSharingInspectGuest(void)
    337337{
    338338    HANDLE hSnapshot;
     
    514514
    515515#elif TARGET_NT4
    516 void VBoxServicePageSharingInspectGuest()
     516static void VBoxServicePageSharingInspectGuest(void)
    517517{
    518518    /* not implemented */
    519519}
    520520#else
    521 void VBoxServicePageSharingInspectGuest()
    522 {
    523     /* @todo other platforms */
     521static void VBoxServicePageSharingInspectGuest(void)
     522{
     523    /** @todo other platforms */
    524524}
    525525#endif
     
    621621
    622622/**
    623  * This gets control when VBoxService is launched with -pagefusionfork by
     623 * This gets control when VBoxService is launched with "pagefusion" by
    624624 * VBoxServicePageSharingWorkerProcess().
    625625 *
     
    629629 *          via RTProcTerminate().
    630630 */
    631 RTEXITCODE VBoxServicePageSharingInitFork(void)
     631RTEXITCODE VBoxServicePageSharingWorkerChild(void)
    632632{
    633633    VBoxServiceVerbose(3, "VBoxServicePageSharingInitFork\n");
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