On 07/21/10 10:38 PM, Darren J Moffat wrote:
On 21/07/2010 11:20, Ian Collins wrote:
Would it be possible to make *zfs_prop_get_type* public in a future
release? We already have a number of property helper functions exposed,
but not this one.

There are no Commited (ie Public) documented interfaces for libzfs at all. I think what you mean is that the zfs_prop_get_type function is scoped as local rather than global. Just because it has global scope doesn't mean it is a "Public" ie documented and stable interface (Committed in the ARC terminology).

I appreciate the difference.

Why do you need it ?

I have an application that wraps libzfs and it's a missing piece in the jigsaw. I can map a zfs_prop_t to the property's name with zfs_prop_to_name, but not to its type.

--
Ian.

_______________________________________________
zfs-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/zfs-code

Reply via email to