Resource type definition

AIX

type Share (

static str ArgList[] = { PathName, Options }

str PathName

str Options

)

HP-UX

type Share (

static str ArgList[] = { PathName, Options }

static int NumThreads = 1

str PathName

str Options

)

Linux

type Share (

static str ArgList[] = { PathName, Client, OtherClients, Options }

str PathName

str Client

str OtherClients[]

str Options

)

Solaris

type Share (

static str ArgList[] = { PathName, Options }

str PathName

str Options

)