blob: d06cf71abb28ee6360d516ec78fd82b7e5fd6b03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- rtrmgr/userdb.hh.orig 2012-01-11 17:56:10 UTC
+++ rtrmgr/userdb.hh
@@ -98,6 +98,7 @@ public:
private:
map<uid_t, User*> _users;
+public:
bool _verbose; // Set to true if output is verbose
};
|