X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fnetflow.h;h=701ffd4621b3ab3cdf48d75de6185ebeca841c69;hb=836fad5e1ae4316752150fcdfba9afbf8d5f5801;hp=cc7b96057071705c65f170edcd756e3f32b47256;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=openvswitch diff --git a/ofproto/netflow.h b/ofproto/netflow.h index cc7b9605..701ffd46 100644 --- a/ofproto/netflow.h +++ b/ofproto/netflow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 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. @@ -17,9 +17,12 @@ #ifndef NETFLOW_H #define NETFLOW_H 1 +#include #include "flow.h" #include "svec.h" +static const int NF_ACTIVE_TIMEOUT_DEFAULT = 600; + struct ofexpired; struct netflow_options {