diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-22 11:23:53 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-22 11:23:53 -0800 |
commit | 76d5d359a396101b93cf9a362cba48ffb7132740 (patch) | |
tree | 2399b986541ebf706b9fa0217a18e6075568dff0 /perl_dmod | |
parent | ce9d895b29f9892272a7228419fbacd0f0d87388 (diff) | |
download | vyatta-cfg-76d5d359a396101b93cf9a362cba48ffb7132740.tar.gz vyatta-cfg-76d5d359a396101b93cf9a362cba48ffb7132740.zip |
export backend sessionChanged() through perl API
Diffstat (limited to 'perl_dmod')
-rw-r--r-- | perl_dmod/Cstore/Cstore.xs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl_dmod/Cstore/Cstore.xs b/perl_dmod/Cstore/Cstore.xs index ebef08f..383f204 100644 --- a/perl_dmod/Cstore/Cstore.xs +++ b/perl_dmod/Cstore/Cstore.xs @@ -317,3 +317,11 @@ OUTPUT: RETVAL +bool +Cstore::sessionChanged() +CODE: + RETVAL = THIS->sessionChanged(); +OUTPUT: + RETVAL + + |