diff options
| author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-01-31 14:50:57 -0800 |
|---|---|---|
| committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-01-31 14:50:57 -0800 |
| commit | 1b4349fce41b93bc5965c39d1a9a33279a3ddfbb (patch) | |
| tree | 39b88d1fa5443e2ba1feb0c26e6ba8c0b65aba8e /src/lbdatafactory.hh | |
| parent | 07e2dbf1d5a98860333aefa989370305467c2254 (diff) | |
| download | vyatta-wanloadbalance-1b4349fce41b93bc5965c39d1a9a33279a3ddfbb.tar.gz vyatta-wanloadbalance-1b4349fce41b93bc5965c39d1a9a33279a3ddfbb.zip | |
moved most stdout messages to new debug output command. reworked (simplified) init script so that rules table is properly cleaned
up on exit of wlb. fixed a couple cli structural related issues.
Diffstat (limited to 'src/lbdatafactory.hh')
| -rw-r--r-- | src/lbdatafactory.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh index 29fe609..49f5f06 100644 --- a/src/lbdatafactory.hh +++ b/src/lbdatafactory.hh @@ -41,7 +41,7 @@ public: typedef vector<string>::iterator ConfIter; public: - LBDataFactory(); + LBDataFactory(bool debug); ~LBDataFactory(); bool @@ -82,6 +82,7 @@ private: process_rule_interface(const string &key, const string &value); private: + bool _debug; LBHealth _lb_health; LBRule _lb_rule; LBData _lb_data; |
