| 238 | } |
| 239 | |
| 240 | RecErrT |
| 241 | RecSetRecordCounter(const char *name, RecCounter rec_counter, RecSourceT source, bool lock) |
| 242 | { |
| 243 | RecData data; |
| 244 | data.rec_counter = rec_counter; |
| 245 | return RecSetRecord(RECT_NULL, name, RECD_COUNTER, &data, nullptr, source, lock); |
| 246 | } |
| 247 | |
| 248 | // check the version of the snap file to remove records.snap or not |
| 249 | static void |
nothing calls this directly
no test coverage detected