(configkeys): Rev 1.5 failed to update member km_func for keys s_p_etu
and adj_update. From Marc Olzheim.
This commit is contained in:
parent
abed385878
commit
8454e6f54e
1 changed files with 2 additions and 2 deletions
|
@ -96,9 +96,9 @@ struct keymatch configkeys[] = {
|
||||||
"0 - normal, 1 - update_times, 2 - blitz, 3 - demand only"},
|
"0 - normal, 1 - update_times, 2 - blitz, 3 - demand only"},
|
||||||
{"etu_per_update", intset, (caddr_t)&etu_per_update, 0,
|
{"etu_per_update", intset, (caddr_t)&etu_per_update, 0,
|
||||||
"Number of ETUs per update"},
|
"Number of ETUs per update"},
|
||||||
{"s_p_etu", longset, (caddr_t)&s_p_etu, 0,
|
{"s_p_etu", intset, (caddr_t)&s_p_etu, 0,
|
||||||
"Seconds per etu, updates will occur every s_p_etu * etu_per_update seconds"},
|
"Seconds per etu, updates will occur every s_p_etu * etu_per_update seconds"},
|
||||||
{"adj_update", longset, (caddr_t)&adj_update, 0,
|
{"adj_update", intset, (caddr_t)&adj_update, 0,
|
||||||
"Move the update forward or backward (in seconds)"},
|
"Move the update forward or backward (in seconds)"},
|
||||||
{"update_window", intset, (caddr_t)&update_window, 0,
|
{"update_window", intset, (caddr_t)&update_window, 0,
|
||||||
"Window the update will occur in (in seconds) before and after the update time"},
|
"Window the update will occur in (in seconds) before and after the update time"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue