|  | Kea 3.1.0
    | 
Create timestamp entry. More...
#include <radius_accounting.h>
| Public Member Functions | |
| LeaseTS (const asiolink::IOAddress &addr, const boost::posix_time::ptime ×tamp) | |
| Constructor. | |
| Public Attributes | |
| const asiolink::IOAddress | addr_ | 
| Lease address. | |
| const boost::posix_time::ptime | timestamp_ | 
| Create timestamp. | |
Create timestamp entry.
Associate a lease address (primary key in database) with a create timestamp (only a first seen timestamp when started with a not empty lease database).
Definition at line 48 of file radius_accounting.h.
| 
 | inline | 
Constructor.
| addr | Lease address. | 
| timestamp | Create (or first seen) timestamp. | 
Definition at line 55 of file radius_accounting.h.
References addr_, and timestamp_.
| const asiolink::IOAddress isc::radius::LeaseTS::addr_ | 
| const boost::posix_time::ptime isc::radius::LeaseTS::timestamp_ |