From a5c296f948711f722099ac9d71d0f06e9a400187 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 18 Sep 2013 16:28:05 +0100 Subject: [PATCH] mirror: Fix a comment --- src/mirror.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mirror.h b/src/mirror.h index 42414c3..2c8f9b2 100644 --- a/src/mirror.h +++ b/src/mirror.h @@ -71,8 +71,8 @@ struct mirror { int client; const char * filename; - /* Not used yet. Will be a limiter, used to restrict migration speed. - * only dirty bytes (those going over the network) will be considered */ + /* Limiter, used to restrict migration speed Only dirty bytes (those going + * over the network) are considered */ uint64_t max_bytes_per_second; enum mirror_finish_action action_at_finish;