diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-02 19:32:44 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-02 19:32:44 +0200 |
commit | 98565127c60cba3d5b747bb9eb698e06d187f45b (patch) | |
tree | 961880f923c670de3d09709ad85ff779987b391f /utils.h | |
parent | 05e910cec691f8333383a746876015e99ff088db (diff) |
extend vlist code to allow keeping the old data structure instead of the new one on updates
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ struct vlist_tree { vlist_update_cb update; int node_offset; + bool keep_old; int version; }; |