Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
uint64_t con_features = 0; // zero if AnonConnection
entity_inst_t inst;
utime_t session_timeout;
- utime_t time_established;
bool closed;
xlist<MonSession*>::item item;
set<uint64_t> routed_request_tids;
osd_epoch(0),
auth_handler(NULL),
proxy_con(NULL), proxy_tid(0) {
- time_established = ceph_clock_now();
if (c->get_messenger()) {
// only fill in features if this is a non-anonymous connection
con_features = c->get_features();