File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ ipx_msg_ipfix_get_drec_cnt(const ipx_msg_ipfix_t *msg);
183183 * Otherwise (usually the index is out-of-range) returns NULL.
184184 */
185185IPX_API struct ipx_ipfix_record *
186- ipx_msg_ipfix_get_drec (ipx_msg_ipfix_t * msg , uint16_t idx );
186+ ipx_msg_ipfix_get_drec (ipx_msg_ipfix_t * msg , uint32_t idx );
187187
188188/**
189189 * \brief Cast from a source session message to a base message
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ ipx_msg_ipfix_get_drec_cnt(const ipx_msg_ipfix_t *msg)
128128}
129129
130130struct ipx_ipfix_record *
131- ipx_msg_ipfix_get_drec (ipx_msg_ipfix_t * msg , uint16_t idx )
131+ ipx_msg_ipfix_get_drec (ipx_msg_ipfix_t * msg , uint32_t idx )
132132{
133133 if (idx >= msg -> rec_info .cnt_valid ) {
134134 return NULL ;
You can’t perform that action at this time.
0 commit comments