add a new vlist flag for avoiding automatic delete of entries
[project/netifd.git] / utils.h
diff --git a/utils.h b/utils.h
index d71a8f7..8ef968a 100644 (file)
--- 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;
 };