X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python%2Fovs%2Freconnect.py;h=7e58f5041b75b0fbbc76a5b26a916ee1bef75abc;hb=ed93d0fda84b375802c1c7fd70a25f2cc82712ad;hp=a6ecc39b32710ece063efb850072d19f0c5c44fa;hpb=3a656eafb96ab8a474e943baabdb2679d0a6b0ef;p=openvswitch diff --git a/python/ovs/reconnect.py b/python/ovs/reconnect.py index a6ecc39b..7e58f504 100644 --- a/python/ovs/reconnect.py +++ b/python/ovs/reconnect.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010, 2011 Nicira Networks +# Copyright (c) 2010, 2011, 2012 Nicira Networks # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,13 +15,14 @@ import os import ovs.vlog +import ovs.util # Values returned by Reconnect.run() CONNECT = 'connect' DISCONNECT = 'disconnect' PROBE = 'probe' -EOF = -1 +EOF = ovs.util.EOF vlog = ovs.vlog.Vlog("reconnect")