share_t is an existing structure, I didn't change anything but I could make such changes as part of implementing this proposal.
Afshin On 05/ 5/10 08:08 AM, Tom Haynes wrote:
typedef struct share { struct share *sh_next; char *sh_path; /* share path */ char *sh_resource; /* share name */ char *sh_fstype; /* protocol string ("nfs" | "smb") */ char *sh_opts; /* share property string */ char *sh_descr; /* share description */ size_t sh_size; } share_t;sh_fstype is not an appropriate name for the contents. The contents are a protocol and not a filesystem. sh_proto?
_______________________________________________ opensolaris-arc mailing list [email protected]
