diff options
Diffstat (limited to 'src/progs/ingen/cmdline.h')
-rw-r--r-- | src/progs/ingen/cmdline.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/progs/ingen/cmdline.h b/src/progs/ingen/cmdline.h index d96f5adb..1c0bf681 100644 --- a/src/progs/ingen/cmdline.h +++ b/src/progs/ingen/cmdline.h @@ -1,6 +1,6 @@ /* cmdline.h */ -/* File autogenerated by gengetopt version 2.20 */ +/* File autogenerated by gengetopt */ #ifndef CMDLINE_H #define CMDLINE_H @@ -48,6 +48,9 @@ struct gengetopt_args_info char * run_arg; /* Run script. */ char * run_orig; /* Run script original value given at command line. */ const char *run_help; /* Run script help description. */ + int parallelism_arg; /* Number of concurrent process threads (default='1'). */ + char * parallelism_orig; /* Number of concurrent process threads original value given at command line. */ + const char *parallelism_help; /* Number of concurrent process threads help description. */ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ @@ -59,6 +62,7 @@ struct gengetopt_args_info int load_given ; /* Whether load was given. */ int path_given ; /* Whether path was given. */ int run_given ; /* Whether run was given. */ + int parallelism_given ; /* Whether parallelism was given. */ } ; |