Get rid of segment_size variable in main

This commit is contained in:
jsteube
2016-09-21 22:07:10 +02:00
parent 99a6ac997e
commit a4647baba5
4 changed files with 13 additions and 11 deletions
+1
View File
@@ -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;
+1 -1
View File
@@ -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,