X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fjsonrpc-server.h;h=f2395fc983ffebb13209628d933dfb5a30937fc0;hb=a6e73618f53138eb6f55e2c66ff8c649794fd8dd;hp=bf2a2fcae73ae7ecc5886509b7ab5866257b01b2;hpb=7c690f462fec1af60d76c67fac226fc648ea9149;p=sliver-openvswitch.git diff --git a/ovsdb/jsonrpc-server.h b/ovsdb/jsonrpc-server.h index bf2a2fcae..f2395fc98 100644 --- a/ovsdb/jsonrpc-server.h +++ b/ovsdb/jsonrpc-server.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. +/* Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #define OVSDB_JSONRPC_SERVER_H 1 #include +#include "openvswitch/types.h" struct ovsdb; struct shash; @@ -50,6 +51,7 @@ struct ovsdb_jsonrpc_remote_status { char *locks_waiting; char *locks_lost; int n_connections; + ovs_be16 bound_port; }; bool ovsdb_jsonrpc_server_get_remote_status( const struct ovsdb_jsonrpc_server *, const char *target,