[CRIU] [PATCH] p_haul_iters: use self.htype.can_migrate_tcp as function
Andrey Vagin
avagin at openvz.org
Thu Apr 10 06:52:45 PDT 2014
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
p_haul_iters.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/p_haul_iters.py b/p_haul_iters.py
index c6cbfb0..31a1c74 100644
--- a/p_haul_iters.py
+++ b/p_haul_iters.py
@@ -156,7 +156,7 @@ class phaul_iter_worker:
req.opts.file_locks = True
req.opts.evasive_devices = True
req.opts.link_remap = True
- if self.htype.can_migrate_tcp:
+ if self.htype.can_migrate_tcp():
req.opts.tcp_established = True
cc.send_req(req, False)
--
1.8.5.3
More information about the CRIU
mailing list