#include <tables.h>
Data Fields | |
| unsigned long int | pool_id |
| "Auto incremented" ID. | |
| unsigned long int | ip_lease_id |
| Joint key to the table "ip_lease". | |
| unsigned long int | abonnes_id |
| Joint key to the table "abonnes". | |
| char | ip [IP_ADDRESS_STR_SIZE] |
| IP address. | |
| unsigned long int | expiration |
| Expiration timestamp. | |
Definition at line 281 of file tables.h.
1.2.15