diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-02 21:36:21 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-02 21:36:21 +0200 |
commit | 3c024e7b3170bd2d3869a404b08bc20345bc6f81 (patch) | |
tree | 82ba48b803807dac4904773194d99794858857ce /utils.h | |
parent | fd50535d7d4060d3cb80f1c317a087507ecfdf2b (diff) |
add a new vlist flag for avoiding automatic delete of entries
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ struct vlist_tree { vlist_update_cb update; int key_offset; bool keep_old; + bool no_delete; int version; }; |