diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4f3fef036f..90f01e118a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2718,7 +2718,7 @@ typedef struct { config_line_t *HidServAuth; /**< List of configuration lines for client-side * authorizations for hidden services */ char *ContactInfo; /**< Contact info to be published in the directory. */ - + int HeartbeatPeriod; /**< Log heartbeat messages after this many seconds * have passed. */ |