X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.h;h=7bc2af8f44a97f18709a88eff80dad1b61eb7727;hb=c38e3405d927ce999d59e837b82529552df8e168;hp=8579399dadbf41fe66f5448a51cd501eb5929590;hpb=2cdcb8983d9e2f3d690ee5cb62593c05898fb26e;p=openvswitch diff --git a/lib/rconn.h b/lib/rconn.h index 8579399d..7bc2af8f 100644 --- a/lib/rconn.h +++ b/lib/rconn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -70,7 +70,6 @@ bool rconn_is_alive(const struct rconn *); bool rconn_is_connected(const struct rconn *); bool rconn_is_admitted(const struct rconn *); int rconn_failure_duration(const struct rconn *); -bool rconn_is_connectivity_questionable(struct rconn *); uint32_t rconn_get_remote_ip(const struct rconn *); uint16_t rconn_get_remote_port(const struct rconn *);