diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2014-11-02 19:14:58 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-25 12:48:41 -0500 |
commit | 8c135062e51b2ead38a756b045e7d243ffbda5a9 (patch) | |
tree | 09c6bf51508753476bee11001629c9c1f7767596 /src/or/or.h | |
parent | f179ff18f3d05cff2a28add5b0ae9df929d94536 (diff) | |
download | tor-8c135062e51b2ead38a756b045e7d243ffbda5a9.tar.gz tor-8c135062e51b2ead38a756b045e7d243ffbda5a9.zip |
Adding 'SIGNAL HEARTBEAT' message that causes unscheduled heartbeat.
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 6170c2119c..a0d3043f17 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -119,6 +119,7 @@ * conflict with system-defined signals. */ #define SIGNEWNYM 129 #define SIGCLEARDNSCACHE 130 +#define SIGHEARTBEAT 131 #if (SIZEOF_CELL_T != 0) /* On Irix, stdlib.h defines a cell_t type, so we need to make sure |