X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/126ea1abe12d4f9e771d7148b4d8aa11b0c40282..edce8e45a5bb31bb141734e616de6b4d93202963:/putty.h diff --git a/putty.h b/putty.h index 4f9bfa47..d8079899 100644 --- a/putty.h +++ b/putty.h @@ -140,7 +140,7 @@ typedef struct { enum { PROT_RAW, PROT_TELNET, PROT_SSH } protocol; int close_on_exit; int warn_on_close; - int ping_interval; + int ping_interval; /* in seconds */ /* SSH options */ char remote_cmd[512]; int nopty;