rk_resource_set_t rk_resource_set_create(char *name)Creates resource set with name name (or without name if name == NULL and returns data structure rk_resource_set_t on success.
Returns NULL_RESOURCE_SET if the RK fails to create the resource set or -1 if the RK module is not installed.