bind9/lib/isc/include
Aydın Mercan 09e4fb2ffa
Return the old counter value in isc_stats_increment
Returning the value allows for better high-water tracking without
running into edge cases like the following:

0. The counter is at value X
1. Increment the value (X+1)
2. The value is decreased multiple times in another threads (X+1-Y)
3. Get the value (X+1-Y)
4. Update-if-greater misses the X+1 value which should have been the
   high-water
2024-05-10 12:08:52 +03:00
..
isc Return the old counter value in isc_stats_increment 2024-05-10 12:08:52 +03:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00