]> git.droids-corp.org - dpdk.git/blobdiff - app/test-eventdev/parser.h
gpudev: add alignment for memory allocation
[dpdk.git] / app / test-eventdev / parser.h
index 673ff22d788989c597fa67fa422a5dca2da2be51..696b40a3e2a10fbfe14d6ba4ace3eded2cd9d1a9 100644 (file)
@@ -46,5 +46,5 @@ int parse_hex_string(char *src, uint8_t *dst, uint32_t *size);
 
 int parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens);
 
-int parse_lcores_list(bool lcores[], const char *corelist);
+int parse_lcores_list(bool lcores[], int lcores_num, const char *corelist);
 #endif