X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=dec5b71c6244fb1e5e0dd5430766ff2c571acd63;hb=ca435eb9112e873853d3cf201ee3f0c5c76bf89f;hp=81ca51b79b4da6955d3ff89be2ff8fc99aba8f70;hpb=076f4c1ea3f551a6a9bf383ddc689f9cbc07b25b;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 81ca51b7..dec5b71c 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,6 +30,7 @@ struct ofopgroup; struct ofputil_flow_removed; struct ofputil_packet_in; struct ofputil_phy_port; +struct simap; struct sset; /* ofproto supports two kinds of OpenFlow connections: @@ -70,6 +71,8 @@ void connmgr_run(struct connmgr *, struct ofpbuf *ofp_msg)); void connmgr_wait(struct connmgr *, bool handling_openflow); +void connmgr_get_memory_usage(const struct connmgr *, struct simap *usage); + struct ofproto *ofconn_get_ofproto(const struct ofconn *); void connmgr_retry(struct connmgr *);