| 2264 | } |
| 2265 | |
| 2266 | static int updateGoodSlaves(long long val, long long prev, const char **err) { |
| 2267 | UNUSED(val); |
| 2268 | UNUSED(prev); |
| 2269 | UNUSED(err); |
| 2270 | refreshGoodSlavesCount(); |
| 2271 | return 1; |
| 2272 | } |
| 2273 | |
| 2274 | static int updateAppendonly(int val, int prev, const char **err) { |
| 2275 | UNUSED(prev); |
nothing calls this directly
no test coverage detected