X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=701da00ec1d58e563d1f57beebb51121b14d9894;hb=ebb57021a9827b59997a00defc32bf761bc16148;hp=d90dc8576b79de812ab3e116b27332eeb8a77f42;hpb=cf22f8cba328c0fb47a7e6811563f773fc232904;p=openvswitch diff --git a/ofproto/in-band.h b/ofproto/in-band.h index d90dc857..701da00e 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.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. @@ -24,10 +24,8 @@ struct in_band; struct ofproto; struct rconn; struct settings; -struct switch_status; -int in_band_create(struct ofproto *, struct dpif *, struct switch_status *, - struct in_band **); +int in_band_create(struct ofproto *, struct dpif *, struct in_band **); void in_band_destroy(struct in_band *); void in_band_set_queue(struct in_band *, int queue_id);