X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fdiscovery.h;h=2288ff60f67958783887762e5848dd46b35919b9;hb=609af740ae40b37f2c0041dd8d6ed1e6be311fee;hp=98ff5b8bc75c4813a1ffdc57dec54434bd07e4f8;hpb=00908dc27a4d93bd1c5bda3bcdc84ec351e9a09a;p=sliver-openvswitch.git diff --git a/ofproto/discovery.h b/ofproto/discovery.h index 98ff5b8bc..2288ff60f 100644 --- a/ofproto/discovery.h +++ b/ofproto/discovery.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,8 +28,10 @@ int discovery_create(const char *accept_controller_re, bool update_resolv_conf, struct dpif *, struct switch_status *, struct discovery **); void discovery_destroy(struct discovery *); +bool discovery_get_update_resolv_conf(const struct discovery *); void discovery_set_update_resolv_conf(struct discovery *, bool update_resolv_conf); +const char *discovery_get_accept_controller_re(const struct discovery *); int discovery_set_accept_controller_re(struct discovery *, const char *re); void discovery_question_connectivity(struct discovery *); bool discovery_run(struct discovery *, char **controller_name);