+7
-7
lines changedFilter options
+7
-7
lines changed Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ namespace srt
22
22
#if SRT_DEBUG_TRACE_DRIFT
23
23
class drift_logger
24
24
{
25
-
using steady_clock = srt::sync::steady_clock;
25
+
typedef srt::sync::steady_clock steady_clock;
26
26
27
27
public:
28
28
drift_logger() {}
@@ -33,12 +33,12 @@ class drift_logger
33
33
m_fout.close();
34
34
}
35
35
36
-
void trace(unsigned ackack_timestamp,
37
-
int rtt_us,
38
-
int64_t drift_sample,
39
-
int64_t drift,
40
-
int64_t overdrift,
41
-
const std::chrono::steady_clock::time_point& tsbpd_base)
36
+
void trace(unsigned ackack_timestamp,
37
+
int rtt_us,
38
+
int64_t drift_sample,
39
+
int64_t drift,
40
+
int64_t overdrift,
41
+
const srt::sync::steady_clock::time_point& tsbpd_base)
42
42
{
43
43
using namespace srt::sync;
44
44
ScopedLock lck(m_mtx);
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4