Based on an offline comment, the submitter would like to update the interface for stmfGetStmfProp(3STMF) to include propLen which will define the length of propVal:

43c43
<     int stmfGetStmfProp(uint8_t propType, char *propVal)
---
>     int stmfGetStmfProp(uint8_t propType, char *propVal, size_t *propLen)
150a151,156
>       propLen         The length of the specified property value. If
>                       propLen was of an insufficient size to the hold the
>                       returned property value, propLen will contain the
>                       required size of the buffer and
>                       STMF_ERROR_INVALID_ARG will be returned.
>


The updated fasttrack is now in the materials directory of PSARC/2010/215.

- John


_______________________________________________
opensolaris-arc mailing list
[email protected]

Reply via email to