Make utmp entries using utempter

This commit is contained in:
Keith Winstein
2012-02-13 05:43:07 -05:00
parent 3eaa0fce5c
commit feb64eec52
6 changed files with 51 additions and 4 deletions
+2
View File
@@ -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(); }
};
}