X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.h;h=0064178dc84c3988186845efc601c76afd314ea6;hb=8b8ef592521e32d0e32581bf39c5d2a5cd445977;hp=61a28ea08f452bc4f02405c55396524ffb1d1b9a;hpb=a2b53dec11a6d001fd024ba8729de5c63bd2b6a1;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index 61a28ea08..0064178dc 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc. +/* Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -178,6 +178,8 @@ int ofproto_dpif_add_internal_flow(struct ofproto_dpif *, struct rule **rulep); int ofproto_dpif_delete_internal_flow(struct ofproto_dpif *, struct match *, int priority); + +const struct uuid *ofproto_dpif_get_uuid(const struct ofproto_dpif *); /* struct rule_dpif has struct rule as it's first member. */ #define RULE_CAST(RULE) ((struct rule *)RULE)