summaryrefslogtreecommitdiff
path: root/perl_dmod
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2010-12-10 14:18:54 -0800
committerStig Thormodsrud <stig@vyatta.com>2010-12-10 14:18:54 -0800
commit095be92e4456d321a6883205b9328716efa30aab (patch)
treecccb4f3a4c24ebea81097992748aed75bc0c2e0a /perl_dmod
parent5c77a0d14941386c2991686c7dd5450bad7a8aef (diff)
downloadvyatta-cfg-095be92e4456d321a6883205b9328716efa30aab.tar.gz
vyatta-cfg-095be92e4456d321a6883205b9328716efa30aab.zip
Export inSession to the perl api.
Diffstat (limited to 'perl_dmod')
-rw-r--r--perl_dmod/Cstore/Cstore.xs6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl_dmod/Cstore/Cstore.xs b/perl_dmod/Cstore/Cstore.xs
index 255eac0..8633a76 100644
--- a/perl_dmod/Cstore/Cstore.xs
+++ b/perl_dmod/Cstore/Cstore.xs
@@ -333,3 +333,9 @@ OUTPUT:
RETVAL
+bool
+Cstore::inSession()
+CODE:
+ RETVAL = THIS->inSession();
+OUTPUT:
+ RETVAL