Hi All,
     Schema is something like this:
 
instance {
     property_group :  pool_info  
     property_group:   policy_info
     property_group:   dataset_info
}

I want to have a custom type for all the three property groups instead of using 
the 
default types(APPLICATION/FRAMEWORK/DEPENDENCY etc..).  Do I need to change 
anything 
else other than adding something like this in my local header file?

#define SMF_GROUP_POOL     ((const char *)"pool")
#define SMF_GROUP_POLICY  ((const char *)"policy")
#define SMF_GROUP_DATASET ((const char *)"dataset")

-Pavan
 
 
This message posted from opensolaris.org

Reply via email to