X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fnetflow.h;h=bf5bf45bf69006184b3d6107ec233504e654d662;hb=81e2083fe6b7c16055f01c4b1e40f25867594bf6;hp=58fe7cb37ba249024b67dff43d987cc43352877d;hpb=53d046612df6c88ad8b02c8e99bbfb6e45fe2326;p=sliver-openvswitch.git diff --git a/ofproto/netflow.h b/ofproto/netflow.h index 58fe7cb37..bf5bf45bf 100644 --- a/ofproto/netflow.h +++ b/ofproto/netflow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ #include #include "flow.h" -#include "svec.h" +#include "sset.h" /* Default active timeout interval, in seconds. * @@ -31,7 +31,7 @@ struct ofexpired; struct netflow_options { - struct svec collectors; + struct sset collectors; uint8_t engine_type; uint8_t engine_id; int active_timeout;