Changeset 1343 for trunk/pdns/pdns/ws.hh

Show
Ignore:
Timestamp:
03/29/09 23:34:17 (17 months ago)
Author:
ahu
Message:

finally finally get rid of 1e2% - apologies to Jeff Sipek for lying that this bug was fixed already :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/ws.hh

    r681 r1343  
    11/* 
    22    PowerDNS Versatile Database Driven Nameserver 
    3     Copyright (C) 2002 PowerDNS.COM BV 
     3    Copyright (C) 2002 - 2009 PowerDNS.COM BV 
    44 
    55    This program is free software; you can redistribute it and/or modify 
     
    8282  StatWebServer(); 
    8383  void go(); 
     84  static string makePercentage(const double& val); 
    8485private: 
    8586  static void *threadHelper(void *); 
    8687  static void *statThreadHelper(void *p); 
    8788  static string indexfunction(const map<string,string> &varmap, void *ptr, bool *custom); 
     89 
    8890  void printvars(ostringstream &ret); 
    8991  void printargs(ostringstream &ret);