update-debian-changelog: Pass "-f" to "mv" to fix "make distcheck".
[openvswitch] / ofproto / netflow.h
index 701ffd4621b3ab3cdf48d75de6185ebeca841c69..f3099a184afd7bfc39ccf509f8c151346efd4572 100644 (file)
 #include "flow.h"
 #include "svec.h"
 
-static const int NF_ACTIVE_TIMEOUT_DEFAULT = 600;
+/* Default active timeout interval, in seconds.
+ *
+ * (The active timeout interval is the interval at which NetFlow records are
+ * sent for flows that do not expire, so that such flows are still
+ * accounted.) */
+#define NF_ACTIVE_TIMEOUT_DEFAULT 600
 
 struct ofexpired;