ri->cache_info.identity_digest);
int f_named = naming && ri->is_named;
int f_valid = ri->is_verified;
+ /* 0.1.1.9-alpha is the first version to support fetch by descriptor
+ * hash. */
int f_v2_dir = ri->dir_port &&
tor_version_as_new_as(ri->platform,"0.1.1.9-alpha");
char identity64[BASE64_DIGEST_LEN+1];
unsigned int is_running:1; /**< True iff we think this server is running. */
/** True iff this server is an authority for the older ("v1") directory
* protocol. (All authorities are v2 authorities.) */
- unsigned int is_v1_authority:1;
+ unsigned int is_v1_authority:1;
int n_networkstatus_failures; /**< How many times have we asked for this
* server's network-status unsuccessfully? */
routerstatus_t fake_status; /**< Used when we need to pass this trusted
"We now have enough directory information to build circuits.");
}
if (!res && have_enough) {
- log(LOG_NOTICE, LD_DIR, "Our directory information is no longer up-to-date "
+ log(LOG_NOTICE, LD_DIR,"Our directory information is no longer up-to-date "
"enough to build circuits.");
}
have_enough = res;
goto err;
} else {
if (tok->n_args < 3) {
- warn(LD_DIR,"Not enough arguments to \"bandwidth\" in server descriptor.");
+ warn(LD_DIR,
+ "Not enough arguments to \"bandwidth\" in server descriptor.");
goto err;
}
router->bandwidthrate =