Show
Ignore:
Timestamp:
04/26/12 13:28:04 (13 months ago)
Author:
peter
Message:

replace a bunch of static ints with AtomicCounters? for threadsafety; make QType init threadsafe; avoid helgrind warning on spawning receiver threads

Files:
1 modified

Legend:

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

    r2328 r2579  
    158158  static pthread_mutex_t s_metacachelock; 
    159159  static pthread_mutex_t s_keycachelock; 
    160   static unsigned int s_ops; 
     160  static AtomicCounter s_ops; 
    161161  static time_t s_last_prune; 
    162162};