Resource type definitions

The RVGSharedPri resource type definition follows.

type RVGSharedPri (
	   static keylist SupportedActions = { fbsync, resync }
	   static int NumThreads = 1
	   static int OnlineRetryLimit = 1
	   static str ArgList[] = { RvgResourceName, "RvgResourceName:RVG", 
	   "RvgResourceName:DiskGroup", AutoTakeover, AutoResync }
	   str RvgResourceName
	   int AutoTakeover = 1
	   int AutoResync = 0
	   temp str VCSResLock
)