]> git.droids-corp.org - dpdk.git/blobdiff - examples/cmdline/parse_obj_list.h
pdump: fix error code check when creating/canceling pthread
[dpdk.git] / examples / cmdline / parse_obj_list.h
index 297fec409c426d3871bc63788e06524031e64882..871c53a4aed1b8867c2d26e4d4cb0aff4cc48136 100644 (file)
@@ -91,7 +91,8 @@ typedef struct token_obj_list parse_token_obj_list_t;
 
 extern struct cmdline_token_ops token_obj_list_ops;
 
-int parse_obj_list(cmdline_parse_token_hdr_t *tk, const char *srcbuf, void *res);
+int parse_obj_list(cmdline_parse_token_hdr_t *tk, const char *srcbuf, void *res,
+       unsigned ressize);
 int complete_get_nb_obj_list(cmdline_parse_token_hdr_t *tk);
 int complete_get_elt_obj_list(cmdline_parse_token_hdr_t *tk, int idx,
                              char *dstbuf, unsigned int size);