X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetdev-vport.h;h=31c11987074eb143ff13cd71a443f816eb32e704;hb=f31282b9c152d5e993c8fe0068b7a4ed8c8d98c8;hp=2df6d55a1000958d6a5e91fbe34abeb113be2ba1;hpb=df2c07f4338faac04f4969f243fe4e8083b309ac;p=sliver-openvswitch.git diff --git a/lib/netdev-vport.h b/lib/netdev-vport.h index 2df6d55a1..31c119870 100644 --- a/lib/netdev-vport.h +++ b/lib/netdev-vport.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011 Nicira Networks. + * Copyright (c) 2010, 2011 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,9 @@ #ifndef NETDEV_VPORT_H #define NETDEV_VPORT_H 1 +#include +#include "openvswitch/types.h" + struct dpif_linux_vport; struct netdev; struct netdev_stats; @@ -29,6 +32,5 @@ enum ovs_vport_type netdev_vport_get_vport_type(const struct netdev *); const char *netdev_vport_get_netdev_type(const struct dpif_linux_vport *); int netdev_vport_get_stats(const struct netdev *, struct netdev_stats *); -int netdev_vport_set_stats(struct netdev *, const struct netdev_stats *); #endif /* netdev-vport.h */