mirror: Fix a comment

This commit is contained in:
nick
2013-09-18 16:28:05 +01:00
parent 77a66c85a0
commit a5c296f948

View File

@@ -71,8 +71,8 @@ struct mirror {
int client; int client;
const char * filename; const char * filename;
/* Not used yet. Will be a limiter, used to restrict migration speed. /* Limiter, used to restrict migration speed Only dirty bytes (those going
* only dirty bytes (those going over the network) will be considered */ * over the network) are considered */
uint64_t max_bytes_per_second; uint64_t max_bytes_per_second;
enum mirror_finish_action action_at_finish; enum mirror_finish_action action_at_finish;