From 98565127c60cba3d5b747bb9eb698e06d187f45b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 2 Oct 2011 19:32:44 +0200 Subject: extend vlist code to allow keeping the old data structure instead of the new one on updates --- utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils.h') 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; }; -- cgit v1.2.1