summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-02 21:36:21 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-02 21:36:21 +0200
commit3c024e7b3170bd2d3869a404b08bc20345bc6f81 (patch)
tree82ba48b803807dac4904773194d99794858857ce /utils.h
parentfd50535d7d4060d3cb80f1c317a087507ecfdf2b (diff)
downloadnetifd-3c024e7b3170bd2d3869a404b08bc20345bc6f81.tar.gz
add a new vlist flag for avoiding automatic delete of entries
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index d71a8f7..8ef968a 100644
--- a/utils.h
+++ b/utils.h
@@ -29,6 +29,7 @@ struct vlist_tree {
vlist_update_cb update;
int key_offset;
bool keep_old;
+ bool no_delete;
int version;
};