projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Lots of clean-ups and simplifications
[invirt/third/libt4.git]
/
rpc
/
connection.h
diff --git
a/rpc/connection.h
b/rpc/connection.h
index
1ef4470
..
16b0398
100644
(file)
--- a/
rpc/connection.h
+++ b/
rpc/connection.h
@@
-61,7
+61,7
@@
class connection : public aio_callback {
charbuf wpdu_;
charbuf rpdu_;
- struct timeval create_time_;
+ std::chrono::time_point<std::chrono::steady_clock> create_time_;
int waiters_;
int refno_;