mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
wallclock is now retrieved using global::wallclock() call.
This is necessary to avoid global variable initialization order problem.
This commit is contained in:
parent
97f34ab668
commit
e8e3a6f259
48 changed files with 181 additions and 136 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
void setUp()
|
||||
{
|
||||
peerStorage_.reset(new MockPeerStorage());
|
||||
global::wallclock.reset();
|
||||
global::wallclock().reset();
|
||||
}
|
||||
|
||||
void testGetExtensionMessageID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue