| 80 | const char* ARCHPATHNAME_WILDCARD = "$(archivepathname)"; |
| 81 | |
| 82 | static THREAD_ENTRY_DECLARE archiver_thread(THREAD_ENTRY_PARAM arg) |
| 83 | { |
| 84 | ChangeLog* const log = static_cast<ChangeLog*>(arg); |
| 85 | log->bgArchiver(); |
| 86 | return 0; |
| 87 | } |
| 88 | |
| 89 | void flushFile(int handle) |
| 90 | { |
nothing calls this directly
no test coverage detected