summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-30 10:50:30 +0200
committerMartin Mares <mj@ucw.cz>2000-03-30 10:50:30 +0200
commit3076b5aedc1d348413276b361806053e80dca7c6 (patch)
treed62d33bd7e95884debd8c36de1bd5a9cedef1c63 /filter/filter.h
parent6d2b32114feadb283cb988daa7ed80142aa8c4d1 (diff)
downloadbird-3076b5aedc1d348413276b361806053e80dca7c6.tar
bird-3076b5aedc1d348413276b361806053e80dca7c6.zip
Renamed FF_OUTGOING to FF_FORCE_TMPATTR which much better fits the semantics.
Call rte_cow() instead of rte_do_cow(), so that COW works properly. Stripped "\n" off several (de)bug messages.
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.h b/filter/filter.h
index b05e6a7..a6868f9 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -122,6 +122,6 @@ struct f_tree {
#define NEW_F_VAL struct f_val * val; val = cfg_alloc(sizeof(struct f_val));
-#define FF_OUTGOING 1
+#define FF_FORCE_TMPATTR 1 /* Force all attributes to be temporary */
#endif