diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-07-07 13:02:31 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-07-07 13:02:31 -0700 |
commit | 50febe38b6c0f75076cb19bbd8b4d3fe3aa903b8 (patch) | |
tree | f9a0be0e724dc8cb8f738773257e7e05811e599e /src/lboutput.hh | |
parent | ea52f12f83b0dcb86e24242d7e4dabbbcf2b92da (diff) | |
download | vyatta-wanloadbalance-50febe38b6c0f75076cb19bbd8b4d3fe3aa903b8.tar.gz vyatta-wanloadbalance-50febe38b6c0f75076cb19bbd8b4d3fe3aa903b8.zip |
fix for bug 4587. Remove output file on orderly shutdown.
Diffstat (limited to 'src/lboutput.hh')
-rw-r--r-- | src/lboutput.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lboutput.hh b/src/lboutput.hh index 29b9a00..f79c024 100644 --- a/src/lboutput.hh +++ b/src/lboutput.hh @@ -19,6 +19,9 @@ public: ~LBOutput() {} void + shutdown(); + + void write(const LBData &lbdata); private: |