Get rid of segment_size variable in main
This commit is contained in:
@@ -837,6 +837,7 @@ typedef struct
|
||||
bool rp_gen_seed_chgd;
|
||||
bool runtime_chgd;
|
||||
bool workload_profile_chgd;
|
||||
bool segment_size_chgd;
|
||||
|
||||
} user_options_t;
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ typedef enum user_options_defaults
|
||||
RP_GEN_SEED = 0,
|
||||
RUNTIME = 0,
|
||||
SCRYPT_TMTO = 0,
|
||||
SEGMENT_SIZE = 32,
|
||||
SEGMENT_SIZE = 33554432,
|
||||
SEPARATOR = ':',
|
||||
SHOW = 0,
|
||||
SKIP = 0,
|
||||
|
||||
Reference in New Issue
Block a user