VirtualBox

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


Ignore:
Timestamp:
Oct 12, 2015 3:18:51 PM (9 years ago)
Author:
vboxsync
Message:

VBoxGuestR0LibSharedFolders: VBSFMAP -> VBGLSFMAP; VBSFCLIENT -> VBGLSFCLIENT

Location:
trunk/src/VBox/Additions/solaris/SharedFolders
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs.h

    r33994 r58196  
    5858typedef struct vboxvfs_globinfo
    5959{
    60     VBSFMAP         Map;
     60    VBGLSFMAP       Map;
    6161    int             Ttl;
    6262    int             Uid;
     
    6969extern struct vnodeops *g_pVBoxVFS_vnodeops;
    7070extern const fs_operation_def_t g_VBoxVFS_vnodeops_template[];
    71 extern VBSFCLIENT g_VBoxVFSClient;
     71extern VBGLSFCLIENT g_VBoxVFSClient;
    7272
    7373/** Helper functions */
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c

    r58195 r58196  
    5050#define SFPROV_VERSION  1
    5151
    52 static VBSFCLIENT vbox_client;
     52static VBGLSFCLIENT vbox_client;
    5353
    5454static int sfprov_vbox2errno(int rc)
     
    312312struct sfp_file {
    313313        SHFLHANDLE handle;
    314         VBSFMAP map;    /* need this again for the close operation */
     314        VBGLSFMAP map;  /**< need this again for the close operation */
    315315};
    316316
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h

    r53624 r58196  
    7070 */
    7171typedef struct spf_mount_t {
    72         VBSFMAP         map;            /* guest<->host mapping */
    73         uid_t           sf_uid;         /* owner of the mount point */
    74         gid_t           sf_gid;         /* group of the mount point */
    75         mode_t          sf_dmode;   /* mode of all directories if != ~0U */
    76         mode_t          sf_fmode;   /* mode of all files if != ~0U */
    77         mode_t          sf_dmask;   /* mask of all directories */
    78         mode_t          sf_fmask;   /* mask of all files */
     72        VBGLSFMAP       map;            /**< guest<->host mapping */
     73        uid_t           sf_uid;         /**< owner of the mount point */
     74        gid_t           sf_gid;         /**< group of the mount point */
     75        mode_t          sf_dmode;   /**< mode of all directories if != ~0U */
     76        mode_t          sf_fmode;   /**< mode of all files if != ~0U */
     77        mode_t          sf_dmask;   /**< mask of all directories */
     78        mode_t          sf_fmask;   /**< mask of all files */
    7979} sfp_mount_t;
    8080
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