mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T149, utility functions for pending URLs
* Do not call read twice in info reader * Threadsafe utility functions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
52caf795d1
commit
0cf308450e
@@ -48,6 +48,9 @@ namespace BlackMisc
|
||||
//! Find pending log entries
|
||||
CUrlLogList findPending() const;
|
||||
|
||||
//! Find outdated pending log entries
|
||||
CUrlLogList findOutdatedPending(int outdatedOffsetMs) const;
|
||||
|
||||
//! Find log entries with errors (not pending)
|
||||
CUrlLogList findErrors() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user