summaryrefslogtreecommitdiff
path: root/src/cnode/cnode.hpp
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-01-07 11:03:45 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-01-07 18:18:51 -0800
commit9280b45e11e1c877d466f34f939eb70f29a669e5 (patch)
tree31dd9bd9fdd170afb95d53a1e5227c297fbcaf01 /src/cnode/cnode.hpp
parentd4111b01462641baa21978a78390215987a5958a (diff)
downloadvyatta-cfg-9280b45e11e1c877d466f34f939eb70f29a669e5.tar.gz
vyatta-cfg-9280b45e11e1c877d466f34f939eb70f29a669e5.zip
improve load error message
(cherry picked from commit 42f2fdb35cff89debd346126eb69cd95d855ff7b)
Diffstat (limited to 'src/cnode/cnode.hpp')
-rw-r--r--src/cnode/cnode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnode/cnode.hpp b/src/cnode/cnode.hpp
index 40fb5b6..dadfe85 100644
--- a/src/cnode/cnode.hpp
+++ b/src/cnode/cnode.hpp
@@ -26,7 +26,7 @@ namespace cnode {
class CfgNode {
public:
CfgNode(vector<string>& path_comps, char *name, char *val, char *comment,
- int deact, Cstore *cstore);
+ int deact, Cstore *cstore, bool tag_if_invalid = false);
CfgNode(Cstore& cstore, std::vector<string>& path_comps,
bool active = false, bool recursive = true);
~CfgNode() {};