VirtualBox

Changeset 43952 in vbox for trunk/include


Ignore:
Timestamp:
Nov 23, 2012 3:21:25 PM (12 years ago)
Author:
vboxsync
Message:

Shared folders: instead of dropping a shared folder which does not have a mapping on the host, include it but make any operation on it fail. This is necessary to keep SSM consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/shflsvc.h

    r39643 r43952  
    13391339 */
    13401340
     1341/** mapping is writable */
    13411342#define SHFL_ADD_MAPPING_F_WRITABLE         (RT_BIT_32(0))
     1343/** mapping is automounted by the guest */
    13421344#define SHFL_ADD_MAPPING_F_AUTOMOUNT        (RT_BIT_32(1))
     1345/** allow the guest to create symlinks */
    13431346#define SHFL_ADD_MAPPING_F_CREATE_SYMLINKS  (RT_BIT_32(2))
     1347/** mapping is actually missing on the host */
     1348#define SHFL_ADD_MAPPING_F_MISSING          (RT_BIT_32(3))
    13441349
    13451350#define SHFL_CPARMS_ADD_MAPPING  (3)
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