Changeset 58196 in vbox for trunk/src/VBox/Additions/darwin
- Timestamp:
- Oct 12, 2015 3:18:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103310
- Location:
- trunk/src/VBox/Additions/darwin/vboxfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp
r58195 r58196 91 91 static bool volatile g_fInstantiated = 0; 92 92 /* Global connection to the host service */ 93 VB SFCLIENT g_vboxSFClient;93 VBGLSFCLIENT g_vboxSFClient; 94 94 /* VBoxVFS filesystem handle. Needed for FS unregistering. */ 95 95 static vfstable_t g_oVBoxVFSHandle; -
trunk/src/VBox/Additions/darwin/vboxfs/vboxvfs.h
r57063 r58196 59 59 60 60 /** Global refernce to host service connection */ 61 extern VB SFCLIENT g_vboxSFClient;61 extern VBGLSFCLIENT g_vboxSFClient; 62 62 63 63 /** Private data assigned to each mounted shared folder. Assigned to mp structure. */
Note:
See TracChangeset
for help on using the changeset viewer.