mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-17 05:40:13 +01:00
Switch cryptsetup-reencrypt to use tools_reencrypt_progress.
This commit is contained in:
@@ -380,7 +380,7 @@ void tools_clear_line(void)
|
||||
log_std("\33[2K\r");
|
||||
}
|
||||
|
||||
void tools_time_progress(uint64_t device_size, uint64_t bytes,
|
||||
static void tools_time_progress(uint64_t device_size, uint64_t bytes,
|
||||
struct timeval *start_time, struct timeval *end_time)
|
||||
{
|
||||
struct timeval now_time;
|
||||
|
||||
Reference in New Issue
Block a user