Make utmp entries using utempter
This commit is contained in:
@@ -117,6 +117,8 @@ namespace Network {
|
||||
|
||||
uint64_t timeout( void ) const;
|
||||
double get_SRTT( void ) const { return SRTT; }
|
||||
|
||||
const struct in_addr & get_remote_ip( void ) const { return remote_addr.sin_addr; }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -101,6 +101,8 @@ namespace Network {
|
||||
uint64_t get_sent_state_late_acked( void ) const { return sent_state_late_acked; }
|
||||
|
||||
unsigned int send_interval( void ) const { return sender.send_interval(); }
|
||||
|
||||
const struct in_addr & get_remote_ip( void ) const { return connection.get_remote_ip(); }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user