X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;h=7f1b110fad1f924dd9c2fdccc97d3e807bc59882;hb=5a2dfd473a65a041356971771c99e4a9d04b3f9c;hp=4abe92a137642ba66219faa26b6d2804cb19a959;hpb=b4affc74175281b1300d879df56d8558bd553ea5;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 4abe92a13..7f1b110fa 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -96,6 +96,8 @@ struct ofport { int mtu; }; +void ofproto_port_set_state(struct ofport *, ovs_be32 state); + /* An OpenFlow flow within a "struct ofproto". * * With few exceptions, ofproto implementations may look at these fields but