Changeset 2579 for trunk/pdns/pdns/dnsseckeeper.hh
- Timestamp:
- 04/26/12 13:28:04 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsseckeeper.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsseckeeper.hh
r2328 r2579 158 158 static pthread_mutex_t s_metacachelock; 159 159 static pthread_mutex_t s_keycachelock; 160 static unsigned ints_ops;160 static AtomicCounter s_ops; 161 161 static time_t s_last_prune; 162 162 };