diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index e2f3a885e..d140aaf2a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -330,6 +330,7 @@ typedef struct { typedef struct { routerinfo_t **routers; int n_routers; + char *software_versions; } directory_t; struct crypt_path_t { |