VirtualBox

Changeset 58196 in vbox for trunk/src/VBox/Additions/darwin


Ignore:
Timestamp:
Oct 12, 2015 3:18:51 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103310
Message:

VBoxGuestR0LibSharedFolders: VBSFMAP -> VBGLSFMAP; VBSFCLIENT -> VBGLSFCLIENT

Location:
trunk/src/VBox/Additions/darwin/vboxfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp

    r58195 r58196  
    9191static bool volatile        g_fInstantiated = 0;
    9292/* Global connection to the host service */
    93 VBSFCLIENT                  g_vboxSFClient;
     93VBGLSFCLIENT                  g_vboxSFClient;
    9494/* VBoxVFS filesystem handle. Needed for FS unregistering. */
    9595static vfstable_t           g_oVBoxVFSHandle;
  • trunk/src/VBox/Additions/darwin/vboxfs/vboxvfs.h

    r57063 r58196  
    5959
    6060/** Global refernce to host service connection */
    61 extern VBSFCLIENT g_vboxSFClient;
     61extern VBGLSFCLIENT g_vboxSFClient;
    6262
    6363/** Private data assigned to each mounted shared folder. Assigned to mp structure. */
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