X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.h;h=765e88cc56165f67c18f6acd9d0e5d59e4b61cc7;hb=c6278d208924bb04c41266ddca276712f95533bc;hp=ef4e16c8b903b0ce02fc666eee56c9053083b566;hpb=7778bd15dacc1e410b60ff6ec2996c475a875e6e;p=openvswitch diff --git a/lib/rconn.h b/lib/rconn.h index ef4e16c8..765e88cc 100644 --- a/lib/rconn.h +++ b/lib/rconn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -88,6 +88,7 @@ unsigned long int rconn_get_total_time_connected(const struct rconn *); int rconn_get_backoff(const struct rconn *); unsigned int rconn_get_state_elapsed(const struct rconn *); unsigned int rconn_get_connection_seqno(const struct rconn *); +int rconn_get_last_error(const struct rconn *); /* Counts the number of packets queued into an rconn by a given source. */ struct rconn_packet_counter {