Changeset 58196 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 12, 2015 3:18:51 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r58195 r58196 39 39 40 40 /* globals */ 41 VB SFCLIENT client_handle;41 VBGLSFCLIENT client_handle; 42 42 43 43 /* forward declarations */ -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r53757 r58196 36 36 struct sf_glob_info 37 37 { 38 VB SFMAP map;38 VBGLSFMAP map; 39 39 struct nls_table *nls; 40 40 int ttl; … … 86 86 87 87 /* globals */ 88 extern VB SFCLIENT client_handle;88 extern VBGLSFCLIENT client_handle; 89 89 90 90 /* forward declarations */
Note:
See TracChangeset
for help on using the changeset viewer.