summaryrefslogtreecommitdiff
path: root/perl_dmod/Cstore
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-07-30 09:53:00 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-07-30 09:53:00 -0700
commitdc4bd2c05375cece9d1c1281cbebbef40a09c4e4 (patch)
tree1ad940cb817d22726b1e1f763f12b0e11f3a5acc /perl_dmod/Cstore
parent56dc9db80960f62f021958baba29c49dda895b03 (diff)
downloadvyatta-cfg-dc4bd2c05375cece9d1c1281cbebbef40a09c4e4.tar.gz
vyatta-cfg-dc4bd2c05375cece9d1c1281cbebbef40a09c4e4.zip
add default status observers
Diffstat (limited to 'perl_dmod/Cstore')
-rw-r--r--perl_dmod/Cstore/Cstore.xs10
1 files changed, 10 insertions, 0 deletions
diff --git a/perl_dmod/Cstore/Cstore.xs b/perl_dmod/Cstore/Cstore.xs
index 5dd105e..f72a124 100644
--- a/perl_dmod/Cstore/Cstore.xs
+++ b/perl_dmod/Cstore/Cstore.xs
@@ -54,6 +54,16 @@ OUTPUT:
RETVAL
+bool
+Cstore::cfgPathDefault(STRVEC *vref, bool active_cfg)
+PREINIT:
+ vector<string> arg_strvec;
+CODE:
+ RETVAL = THIS->cfgPathDefault(arg_strvec, active_cfg);
+OUTPUT:
+ RETVAL
+
+
STRVEC *
Cstore::cfgPathGetChildNodes(STRVEC *vref, bool active_cfg)
PREINIT: