We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b807a3c commit d9c80bbCopy full SHA for d9c80bb
include/ipfixcol2/message_ipfix.h
@@ -157,9 +157,9 @@ ipx_msg_ipfix_get_ctx(ipx_msg_ipfix_t *msg);
157
158
/**
159
* \brief Get reference to all (Data/Template/Options Template) sets in the message
160
- * \param msg Message
161
- * \param sets Pointer to the array of sets
162
- * \param size Number of sets in the array
+ * \param[in] msg Message
+ * \param[out] sets Pointer to the array of sets
+ * \param[out] size Number of sets in the array
163
*/
164
IPX_API void
165
ipx_msg_ipfix_get_sets(ipx_msg_ipfix_t *msg, struct ipx_ipfix_set **sets, size_t *size);
0 commit comments