mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
Missed a file in the last checkin, won't build without this...
This commit is contained in:
parent
57f4cb2867
commit
ea6360e393
@ -29,6 +29,7 @@ struct client_config_t {
|
||||
uint8_t *hostname; /* Optional hostname to use */
|
||||
uint8_t *fqdn; /* Optional fully qualified domain name to use */
|
||||
int ifindex; /* Index number of the interface to use */
|
||||
int retries; /* Max number of request packets */
|
||||
uint8_t arp[6]; /* Our arp address */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user