Add constructor-noauth: keyword

This commit is contained in:
Simon Kelley
2013-05-31 14:07:22 +01:00
parent 429805dbbc
commit 921360ce62
4 changed files with 17 additions and 2 deletions

View File

@@ -731,6 +731,7 @@ struct dhcp_context {
#define CONTEXT_RA 8192
#define CONTEXT_CONF_USED 16384
#define CONTEXT_USED 32768
#define CONTEXT_NOAUTH 65536
struct ping_result {
struct in_addr addr;