projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f038e
)
net/colo-compare.c: Update the default value comments
author
Zhang Chen
<chen.zhang@intel.com>
Fri, 14 Jan 2022 05:09:01 +0000
(13:09 +0800)
committer
Jason Wang
<jasowang@redhat.com>
Mon, 14 Feb 2022 03:50:44 +0000
(11:50 +0800)
Make the comments consistent with the REGULAR_PACKET_CHECK_MS.
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/colo-compare.c
patch
|
blob
|
history
diff --git
a/net/colo-compare.c
b/net/colo-compare.c
index 216de5a12b0ba56647b3f89d581336f52553c9a7..62554b5b3c8f18853bdc9bd4d2849b8ab837214a 100644
(file)
--- a/
net/colo-compare.c
+++ b/
net/colo-compare.c
@@
-1267,7
+1267,7
@@
static void colo_compare_complete(UserCreatable *uc, Error **errp)
}
if (!s->expired_scan_cycle) {
- /* Set default value to
3
000 MS */
+ /* Set default value to
1
000 MS */
s->expired_scan_cycle = REGULAR_PACKET_CHECK_MS;
}