struct tapi_storage_share_le
Overview
Shared directories list entry. More…
#include <tapi_storage_share.h> struct tapi_storage_share_le { // fields char* storage; char* path; // methods SLIST_ENTRY(tapi_storage_share_le); };
Detailed Documentation
Shared directories list entry.
Fields
char* storage
Storage device can be represented by name, mount point, etc. depends on server implementation.
char* path
Pathname of directory on the storage
.