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
@@ -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; }
};
}