X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=f4c1b4098681cb65976a7ea70ed8a1966b49b6fd;hb=80992a35775490f05da0740f285a5a9c7acb632a;hp=44fc023f2f74cd0402952fe69a1c673071694ab5;hpb=8cd4882fd5c3080816a070ad582ef06842f7c482;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 44fc023f..f4c1b409 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -72,6 +72,7 @@ int ofproto_set_remote_execution(struct ofproto *, const char *command_acl, /* Configuration querying. */ uint64_t ofproto_get_datapath_id(const struct ofproto *); +uint64_t ofproto_get_mgmt_id(const struct ofproto *); int ofproto_get_probe_interval(const struct ofproto *); int ofproto_get_max_backoff(const struct ofproto *); bool ofproto_get_in_band(const struct ofproto *);