X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow.h;h=60ed8b899c6efd7c30e02cbb83d66ecc952f8727;hb=4a1c5a01967225086795f5660fec4098f458948c;hp=1376149b0c674658799f663aedcf6932be15977c;hpb=c65cb7ab93594f6e3f27fd077365ba41782bfa46;p=sliver-openvswitch.git diff --git a/include/openflow/openflow.h b/include/openflow/openflow.h index 1376149b0..60ed8b899 100644 --- a/include/openflow/openflow.h +++ b/include/openflow/openflow.h @@ -105,7 +105,11 @@ enum ofp_type { /* Statistics messages. */ OFPT_STATS_REQUEST, /* Controller/switch message */ - OFPT_STATS_REPLY /* Controller/switch message */ + OFPT_STATS_REPLY, /* Controller/switch message */ + + /* Barrier messages. */ + OFPT_BARRIER_REQUEST, /* Controller/switch message */ + OFPT_BARRIER_REPLY /* Controller/switch message */ }; /* Header on all OpenFlow packets. */