X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fofproto.h;h=9ec2d05ab2913b96f587ffa9c10d44947fcc6343;hb=98704941ec95258281da2ac147ce5f3e03436ba4;hp=50dd5d5b47dcecaf92f8500ac39de30357a8e5fd;hpb=cef90b63b91e6738ea43d2039d6b0506a4752f97;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 50dd5d5b4..9ec2d05ab 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 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. @@ -52,7 +52,8 @@ void ofproto_set_probe_interval(struct ofproto *, int probe_interval); void ofproto_set_max_backoff(struct ofproto *, int max_backoff); void ofproto_set_desc(struct ofproto *, const char *manufacturer, const char *hardware, - const char *software, const char *serial); + const char *software, const char *serial, + const char *dp_desc); int ofproto_set_in_band(struct ofproto *, bool in_band); int ofproto_set_discovery(struct ofproto *, bool discovery, const char *accept_controller_re,