X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fs_conf.h;h=0907f9b5343b9fc1a536c32d854c8d77f2ee6697;hb=082c4d238ff866f4c5bc2e4493de67c13391ec12;hp=8860e0b46a7ffd8b106b15fdd830a993e6f96a6d;hpb=a768080630d4ac9461765af2e272b7680f0b4e23;p=ircu2.10.12-pk.git diff --git a/include/s_conf.h b/include/s_conf.h index 8860e0b..0907f9b 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -32,6 +32,8 @@ struct Message; #define CONF_OPERATOR 0x0020 /**< ConfItem describes an Operator block */ #define CONF_UWORLD 0x8000 /**< ConfItem describes a Uworld server */ +#define CONF_AUTOCONNECT 0x0001 /**< Autoconnect to a server */ + /** Indicates ConfItem types that count associated clients. */ #define CONF_CLIENT_MASK (CONF_CLIENT | CONF_OPERATOR | CONF_SERVER) @@ -63,6 +65,7 @@ struct ConfItem time_t hold; /**< Earliest time to attempt an outbound connect on this ConfItem. */ int dns_pending; /**< A dns request is pending. */ + int flags; /**< Additional modifiers for item. */ int addrbits; /**< Number of bits valid in ConfItem::address. */ struct Privs privs; /**< Privileges for opers. */ /** Used to detect if a privilege has been set by this ConfItem. */