X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fdiscovery.h;h=999a603f567dc7e1275a459203ef52fa10c6bce4;hb=9b45d7f5d;hp=2288ff60f67958783887762e5848dd46b35919b9;hpb=ee8b231cfc819f518f02b52ceda3cd199546fda2;p=sliver-openvswitch.git diff --git a/ofproto/discovery.h b/ofproto/discovery.h index 2288ff60f..999a603f5 100644 --- a/ofproto/discovery.h +++ b/ofproto/discovery.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. @@ -22,11 +22,9 @@ struct dpif; struct discovery; struct settings; -struct switch_status; int discovery_create(const char *accept_controller_re, bool update_resolv_conf, - struct dpif *, struct switch_status *, - struct discovery **); + struct dpif *, struct discovery **); void discovery_destroy(struct discovery *); bool discovery_get_update_resolv_conf(const struct discovery *); void discovery_set_update_resolv_conf(struct discovery *,