diff options
Diffstat (limited to 'testcode/replay.h')
-rw-r--r-- | testcode/replay.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testcode/replay.h b/testcode/replay.h index 81f0a2c275b2..0cce0b490105 100644 --- a/testcode/replay.h +++ b/testcode/replay.h @@ -303,6 +303,9 @@ struct replay_runtime { /** the current time in microseconds */ struct timeval now_tv; + /** has TCP connection seen a keepalive? */ + int tcp_seen_keepalive; + /** signal handler callback */ void (*sig_cb)(int, void*); /** signal handler user arg */ |