X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=701da00ec1d58e563d1f57beebb51121b14d9894;hb=9b45d7f5d;hp=d90dc8576b79de812ab3e116b27332eeb8a77f42;hpb=ee8b231cfc819f518f02b52ceda3cd199546fda2;p=sliver-openvswitch.git diff --git a/ofproto/in-band.h b/ofproto/in-band.h index d90dc8576..701da00ec 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);