1 /* 2 * Copyright (c) 2015 Intel, Inc. All rights reserved. 3 * Copyright (c) 2015-2018 Mellanox Technologies, Inc. 4 * All rights reserved. 5 * $COPYRIGHT$ 6 * 7 * Additional copyrights may follow 8 * 9 * $HEADER$ 10 * 11 */ 12 13 #include <stdio.h> 14 #include <string.h> 15 #include <stdlib.h> 16 #include <unistd.h> 17 #include <stdint.h> 18 #include "src/util/argv.h" 19 #include "test_common.h" 20 21 void set_client_argv(test_params *params, char ***argv);