Changeset 1343 for trunk/pdns/pdns/ws.hh
- Timestamp:
- 03/29/09 23:34:17 (12 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/ws.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/ws.hh
r681 r1343 1 1 /* 2 2 PowerDNS Versatile Database Driven Nameserver 3 Copyright (C) 2002 PowerDNS.COM BV3 Copyright (C) 2002 - 2009 PowerDNS.COM BV 4 4 5 5 This program is free software; you can redistribute it and/or modify … … 82 82 StatWebServer(); 83 83 void go(); 84 static string makePercentage(const double& val); 84 85 private: 85 86 static void *threadHelper(void *); 86 87 static void *statThreadHelper(void *p); 87 88 static string indexfunction(const map<string,string> &varmap, void *ptr, bool *custom); 89 88 90 void printvars(ostringstream &ret); 89 91 void printargs(ostringstream &ret);