summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-02 19:32:44 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-02 19:32:44 +0200
commit98565127c60cba3d5b747bb9eb698e06d187f45b (patch)
tree961880f923c670de3d09709ad85ff779987b391f /utils.h
parent05e910cec691f8333383a746876015e99ff088db (diff)
downloadnetifd-98565127c60cba3d5b747bb9eb698e06d187f45b.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index c8101e7..ab73930 100644
--- a/utils.h
+++ b/utils.h
@@ -28,6 +28,7 @@ struct vlist_tree {
vlist_update_cb update;
int node_offset;
+ bool keep_old;
int version;
};